Author: antelder
Date: Thu Jul  3 07:53:26 2008
New Revision: 673698

URL: http://svn.apache.org/viewvc?rev=673698&view=rev
Log:
TUSCANY-2419, fix samples/helloworld-bpel fails to run and compile by adding 
wsdl to distro

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

Modified: tuscany/branches/sca-java-1.3/distribution/bundle/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3/distribution/bundle/pom.xml?rev=673698&r1=673697&r2=673698&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3/distribution/bundle/pom.xml (original)
+++ tuscany/branches/sca-java-1.3/distribution/bundle/pom.xml Thu Jul  3 
07:53:26 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>
@@ -452,6 +457,12 @@
         </dependency>
 
         <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>tuscany-wsdl2java</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+
+        <dependency>
             <groupId>org.apache.tuscany.sdo</groupId>
             <artifactId>tuscany-sdo-impl</artifactId>
             <version>1.1-incubating</version>

Modified: tuscany/branches/sca-java-1.3/distribution/manifest/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3/distribution/manifest/pom.xml?rev=673698&r1=673697&r2=673698&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3/distribution/manifest/pom.xml (original)
+++ tuscany/branches/sca-java-1.3/distribution/manifest/pom.xml Thu Jul  3 
07:53:26 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>


Reply via email to