You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2008/07/03 16:59:03 UTC

svn commit: r673700 - in /tuscany/java/sca/distribution: bundle/pom.xml manifest/pom.xml

Author: antelder
Date: Thu Jul  3 07:59:02 2008
New Revision: 673700

URL: http://svn.apache.org/viewvc?rev=673700&view=rev
Log:
Merge TUSCANY-2419 chg from 1.3 brn to trunk

Modified:
    tuscany/java/sca/distribution/bundle/pom.xml
    tuscany/java/sca/distribution/manifest/pom.xml

Modified: tuscany/java/sca/distribution/bundle/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/distribution/bundle/pom.xml?rev=673700&r1=673699&r2=673700&view=diff
==============================================================================
--- tuscany/java/sca/distribution/bundle/pom.xml (original)
+++ tuscany/java/sca/distribution/bundle/pom.xml Thu Jul  3 07:59:02 2008
@@ -160,6 +160,11 @@
         </dependency>
         <dependency>
             <groupId>${pom.groupId}</groupId>
+            <artifactId>tuscany-binding-ws-wsdlgen</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-contribution</artifactId>
             <version>${pom.version}</version>
         </dependency>
@@ -450,6 +455,11 @@
             <artifactId>tuscany-sca-api</artifactId>
             <version>${pom.version}</version>
         </dependency>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>tuscany-wsdl2java</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
 
   <!-- dependencies to keep in the shaded pom.xml -->
 

Modified: tuscany/java/sca/distribution/manifest/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/distribution/manifest/pom.xml?rev=673700&r1=673699&r2=673700&view=diff
==============================================================================
--- tuscany/java/sca/distribution/manifest/pom.xml (original)
+++ tuscany/java/sca/distribution/manifest/pom.xml Thu Jul  3 07:59:02 2008
@@ -247,6 +247,11 @@
         </dependency>
         <dependency>
             <groupId>${pom.groupId}</groupId>
+            <artifactId>tuscany-binding-ws-wsdlgen</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-contribution</artifactId>
             <version>${pom.version}</version>
         </dependency>