From cad59a8a7f5d36a1e2186b7bd26323390befa79b Mon Sep 17 00:00:00 2001 From: rfeng Date: Tue, 9 Dec 2008 05:51:48 +0000 Subject: Add a "ws" maven profile to include the binding.ws related modules into the build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724614 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/distribution/pdetarget/pom.xml | 116 +++++++++++++++++++------------- 1 file changed, 71 insertions(+), 45 deletions(-) (limited to 'java/sca/distribution/pdetarget/pom.xml') diff --git a/java/sca/distribution/pdetarget/pom.xml b/java/sca/distribution/pdetarget/pom.xml index b2b096c46c..0364ab615c 100644 --- a/java/sca/distribution/pdetarget/pom.xml +++ b/java/sca/distribution/pdetarget/pom.xml @@ -39,39 +39,16 @@ - - junit @@ -82,7 +59,53 @@ - + + ws + + + org.apache.tuscany.sca + tuscany-binding-ws + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-binding-ws-wsdlgen + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-binding-ws-xml + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-databinding-axiom + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-databinding-jaxb-axiom + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-policy-xml-ws + 2.0-SNAPSHOT + + + + eclipse @@ -116,13 +139,11 @@ * 1.0 - + @@ -203,17 +224,22 @@ ../../../modules/implementation-bpel-ode ../../../modules/implementation-ejb ../../../modules/implementation-java - ../../../modules/implementation-java-runtime + ../../../modules/implementation-java-runtime + ../../../modules/implementation-java-xml ../../../modules/implementation-node - ../../../modules/implementation-node-runtime + ../../../modules/implementation-node-runtime + ../../../modules/implementation-resource - ../../../modules/implementation-resource-runtime + ../../../modules/implementation-resource-runtime + ../../../modules/implementation-script - ../../../modules/implementation-script-runtime + ../../../modules/implementation-script-runtime + ../../../modules/implementation-spring ../../../modules/implementation-widget - ../../../modules/implementation-widget-runtime + ../../../modules/implementation-widget-runtime + ../../../modules/implementation-xquery ../../../modules/interface ../../../modules/interface-java -- cgit v1.2.3