You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by mm...@apache.org on 2007/03/15 11:46:04 UTC

svn commit: r518573 - in /incubator/cxf/trunk/tools2: eclipse-plugin/pom.xml eclipse3.1-plugin/pom.xml

Author: mmao
Date: Thu Mar 15 03:45:47 2007
New Revision: 518573

URL: http://svn.apache.org/viewvc?view=rev&rev=518573
Log:
Fix eclipse plugin distribution

Modified:
    incubator/cxf/trunk/tools2/eclipse-plugin/pom.xml
    incubator/cxf/trunk/tools2/eclipse3.1-plugin/pom.xml

Modified: incubator/cxf/trunk/tools2/eclipse-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools2/eclipse-plugin/pom.xml?view=diff&rev=518573&r1=518572&r2=518573
==============================================================================
--- incubator/cxf/trunk/tools2/eclipse-plugin/pom.xml (original)
+++ incubator/cxf/trunk/tools2/eclipse-plugin/pom.xml Thu Mar 15 03:45:47 2007
@@ -39,7 +39,12 @@
     <dependencies>
         <dependency>
             <groupId>${pom.groupId}</groupId>
-            <artifactId>cxf-tools2-wsdlto</artifactId>
+            <artifactId>cxf-tools2-wsdlto-databinding-jaxb</artifactId>
+            <version>${project.version}</version>
+	</dependency>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>cxf-tools2-wsdlto-frontend-jaxws</artifactId>
             <version>${project.version}</version>
             <exclusions>
                 <exclusion>

Modified: incubator/cxf/trunk/tools2/eclipse3.1-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools2/eclipse3.1-plugin/pom.xml?view=diff&rev=518573&r1=518572&r2=518573
==============================================================================
--- incubator/cxf/trunk/tools2/eclipse3.1-plugin/pom.xml (original)
+++ incubator/cxf/trunk/tools2/eclipse3.1-plugin/pom.xml Thu Mar 15 03:45:47 2007
@@ -39,7 +39,12 @@
     <dependencies>
         <dependency>
             <groupId>${pom.groupId}</groupId>
-            <artifactId>cxf-tools2-wsdlto</artifactId>
+            <artifactId>cxf-tools2-wsdlto-databinding-jaxb</artifactId>
+            <version>${project.version}</version>
+	</dependency>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>cxf-tools2-wsdlto-frontend-jaxws</artifactId>
             <version>${project.version}</version>
             <exclusions>
                 <exclusion>