diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-01-30 16:45:44 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-01-30 16:45:44 +0000 |
commit | 0afb80c00c281fed343c8a2a6c2e8fe9ee019324 (patch) | |
tree | 47b757ff319e84c8b45239f817f9b607edd45b2d /java/sca | |
parent | ce33970ade8a9bf77e0e9eb2b376c3898b78637c (diff) |
Add the web service binding back in but not the ws policy module. binding-ws-calculator works for me now.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739328 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-rw-r--r-- | java/sca/distribution/all/pom.xml | 4 | ||||
-rw-r--r-- | java/sca/modules/pom.xml | 7 | ||||
-rw-r--r-- | java/sca/samples/pom.xml | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/java/sca/distribution/all/pom.xml b/java/sca/distribution/all/pom.xml index 94b43982f9..c10fcd899a 100644 --- a/java/sca/distribution/all/pom.xml +++ b/java/sca/distribution/all/pom.xml @@ -53,12 +53,12 @@ <version>2.0-SNAPSHOT</version>
</dependency>
- <!-- dependency>
+ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-webservice</artifactId>
<type>pom</type>
<version>2.0-SNAPSHOT</version>
- </dependency -->
+ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
diff --git a/java/sca/modules/pom.xml b/java/sca/modules/pom.xml index 7b3bdff216..eee14c072e 100644 --- a/java/sca/modules/pom.xml +++ b/java/sca/modules/pom.xml @@ -36,10 +36,10 @@ <module>binding-sca</module> <module>binding-sca-xml</module> <module>binding-ws</module> -<!-- + <module>binding-ws-axis2</module> - <module>binding-ws-axis2-policy</module> ---> + <!--module>binding-ws-axis2-policy</module--> + <module>binding-ws-wsdlgen</module> <module>binding-ws-xml</module> <module>contribution</module> @@ -65,6 +65,7 @@ <module>implementation-node-runtime</module> <module>host-http</module> <module>host-webapp</module> + <module>host-jetty</module> <module>interface</module> <module>interface-java</module> <module>interface-java-jaxws</module> diff --git a/java/sca/samples/pom.xml b/java/sca/samples/pom.xml index 8a2fde0239..709df7f4d9 100644 --- a/java/sca/samples/pom.xml +++ b/java/sca/samples/pom.xml @@ -50,7 +50,7 @@ <module>calculator-rmi-service</module> <module>implementation-java-calculator</module> - <!-- module>binding-ws-calculator</module --> + <module>binding-ws-calculator</module> <!-- module>host-webapp-calculator</module --> </modules> </profile> |