Author: ema
Date: Thu Sep 27 20:29:30 2007
New Revision: 580208
URL: http://svn.apache.org/viewvc?rev=580208&view=rev
Log:
Removed code and dependency related to java2wsdl
Removed:
incubator/cxf/trunk/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/Java2WSDLMojo.java
incubator/cxf/trunk/tools/anttask/src/main/java/org/apache/cxf/ant/extensions/Java2WSDLTask.java
incubator/cxf/trunk/tools/javato/core/
incubator/cxf/trunk/tools/javato/test/
Modified:
incubator/cxf/trunk/maven-plugins/codegen-plugin/pom.xml
incubator/cxf/trunk/maven-plugins/eclipse-plugin-generator/pom.xml
incubator/cxf/trunk/systests/pom.xml
incubator/cxf/trunk/tools/anttask/pom.xml
incubator/cxf/trunk/tools/anttask/src/main/java/org/apache/cxf/ant/extensions/antlib.xml
incubator/cxf/trunk/tools/eclipse-plugin/pom.xml
incubator/cxf/trunk/tools/javato/pom.xml
Modified: incubator/cxf/trunk/maven-plugins/codegen-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/maven-plugins/codegen-plugin/pom.xml?rev=580208&r1=580207&r2=580208&view=diff
==============================================================================
--- incubator/cxf/trunk/maven-plugins/codegen-plugin/pom.xml (original)
+++ incubator/cxf/trunk/maven-plugins/codegen-plugin/pom.xml Thu Sep 27
20:29:30 2007
@@ -84,14 +84,7 @@
<artifactId>cxf-tools-wsdlto-frontend-jaxws</artifactId>
<version>${project.version}</version>
</dependency>
-
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-tools-java2wsdl</artifactId>
- <version>${project.version}</version>
- </dependency>
-
-
+
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
Modified: incubator/cxf/trunk/maven-plugins/eclipse-plugin-generator/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/maven-plugins/eclipse-plugin-generator/pom.xml?rev=580208&r1=580207&r2=580208&view=diff
==============================================================================
--- incubator/cxf/trunk/maven-plugins/eclipse-plugin-generator/pom.xml
(original)
+++ incubator/cxf/trunk/maven-plugins/eclipse-plugin-generator/pom.xml Thu Sep
27 20:29:30 2007
@@ -85,12 +85,6 @@
</dependency>
<dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-tools-java2wsdl</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
</dependency>
Modified: incubator/cxf/trunk/systests/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/pom.xml?rev=580208&r1=580207&r2=580208&view=diff
==============================================================================
--- incubator/cxf/trunk/systests/pom.xml (original)
+++ incubator/cxf/trunk/systests/pom.xml Thu Sep 27 20:29:30 2007
@@ -174,11 +174,6 @@
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
- <artifactId>cxf-tools-java2wsdl</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-validator</artifactId>
<version>${project.version}</version>
</dependency>
Modified: incubator/cxf/trunk/tools/anttask/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/anttask/pom.xml?rev=580208&r1=580207&r2=580208&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/anttask/pom.xml (original)
+++ incubator/cxf/trunk/tools/anttask/pom.xml Thu Sep 27 20:29:30 2007
@@ -38,12 +38,7 @@
<artifactId>cxf-tools-wsdlto-core</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>${pom.groupId}</groupId>
- <artifactId>cxf-tools-java2wsdl</artifactId>
- <version>${project.version}</version>
- </dependency>
-
+
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>cxf-tools-java2ws</artifactId>
Modified:
incubator/cxf/trunk/tools/anttask/src/main/java/org/apache/cxf/ant/extensions/antlib.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/anttask/src/main/java/org/apache/cxf/ant/extensions/antlib.xml?rev=580208&r1=580207&r2=580208&view=diff
==============================================================================
---
incubator/cxf/trunk/tools/anttask/src/main/java/org/apache/cxf/ant/extensions/antlib.xml
(original)
+++
incubator/cxf/trunk/tools/anttask/src/main/java/org/apache/cxf/ant/extensions/antlib.xml
Thu Sep 27 20:29:30 2007
@@ -21,8 +21,6 @@
<antlib>
<taskdef name="wsdl2java"
classname="org.apache.cxf.ant.extensions.WSDL2JavaTask"/>
- <taskdef name="java2wsdl"
- classname="org.apache.cxf.ant.extensions.Java2WSDLTask"/>
<taskdef name="java2ws"
classname="org.apache.cxf.ant.extensions.Java2WSTask"/>
</antlib>
Modified: incubator/cxf/trunk/tools/eclipse-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/eclipse-plugin/pom.xml?rev=580208&r1=580207&r2=580208&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/eclipse-plugin/pom.xml (original)
+++ incubator/cxf/trunk/tools/eclipse-plugin/pom.xml Thu Sep 27 20:29:30 2007
@@ -92,7 +92,7 @@
<dependency>
<groupId>${pom.groupId}</groupId>
- <artifactId>cxf-tools-java2wsdl</artifactId>
+ <artifactId>cxf-tools-java2ws</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
Modified: incubator/cxf/trunk/tools/javato/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/javato/pom.xml?rev=580208&r1=580207&r2=580208&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/javato/pom.xml (original)
+++ incubator/cxf/trunk/tools/javato/pom.xml Thu Sep 27 20:29:30 2007
@@ -32,7 +32,6 @@
</parent>
<modules>
- <module>core</module>
<module>ws</module>
</modules>