Author: antelder
Date: Mon May 15 00:31:02 2006
New Revision: 406572

URL: http://svn.apache.org/viewcvs?rev=406572&view=rev
Log:
TUSCANY-331, apply Venkats patches for a new Java2WSDL plugin - move wsdl2java 
to plugins

Modified:
    incubator/tuscany/java/testing/interop/clients/webserviceInteropDoc/pom.xml
    incubator/tuscany/java/testing/interop/clients/webserviceSOAPRound2/pom.xml
    incubator/tuscany/java/testing/interop/services/webserviceInteropDoc/pom.xml

Modified: 
incubator/tuscany/java/testing/interop/clients/webserviceInteropDoc/pom.xml
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/java/testing/interop/clients/webserviceInteropDoc/pom.xml?rev=406572&r1=406571&r2=406572&view=diff
==============================================================================
--- incubator/tuscany/java/testing/interop/clients/webserviceInteropDoc/pom.xml 
(original)
+++ incubator/tuscany/java/testing/interop/clients/webserviceInteropDoc/pom.xml 
Mon May 15 00:31:02 2006
@@ -79,8 +79,8 @@
                 </executions>
             </plugin>
             <plugin>
-                <groupId>org.apache.tuscany</groupId>
-                <artifactId>tuscany-sca-plugin</artifactId>
+                <groupId>org.apache.tuscany.sca.plugins</groupId>
+                <artifactId>tuscany-plugin-wsdl2java</artifactId>
                 <executions>
                     <execution>
                         <configuration>

Modified: 
incubator/tuscany/java/testing/interop/clients/webserviceSOAPRound2/pom.xml
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/java/testing/interop/clients/webserviceSOAPRound2/pom.xml?rev=406572&r1=406571&r2=406572&view=diff
==============================================================================
--- incubator/tuscany/java/testing/interop/clients/webserviceSOAPRound2/pom.xml 
(original)
+++ incubator/tuscany/java/testing/interop/clients/webserviceSOAPRound2/pom.xml 
Mon May 15 00:31:02 2006
@@ -80,8 +80,8 @@
                 </executions>
             </plugin>
             <plugin>
-                <groupId>org.apache.tuscany</groupId>
-                <artifactId>tuscany-sca-plugin</artifactId>
+                <groupId>org.apache.tuscany.sca.plugins</groupId>
+                <artifactId>tuscany-plugin-wsdl2java</artifactId>
                 <executions>
                     <execution>
                         <configuration>

Modified: 
incubator/tuscany/java/testing/interop/services/webserviceInteropDoc/pom.xml
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/java/testing/interop/services/webserviceInteropDoc/pom.xml?rev=406572&r1=406571&r2=406572&view=diff
==============================================================================
--- 
incubator/tuscany/java/testing/interop/services/webserviceInteropDoc/pom.xml 
(original)
+++ 
incubator/tuscany/java/testing/interop/services/webserviceInteropDoc/pom.xml 
Mon May 15 00:31:02 2006
@@ -76,8 +76,8 @@
                 </executions>
             </plugin>
             <plugin>
-                <groupId>org.apache.tuscany</groupId>
-                <artifactId>tuscany-sca-plugin</artifactId>
+                <groupId>org.apache.tuscany.sca.plugins</groupId>
+                <artifactId>tuscany-plugin-wsdl2java</artifactId>
                 <executions>
                     <execution>
                         <configuration>


Reply via email to