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 09:40:16 UTC

svn commit: r518516 - in /incubator/cxf/trunk: common/ common/xjc/ common/xjc/dv-test/ common/xjc/dv/ distribution/ metacode/ rt/databinding/aegis/ rt/management/ rt/transports/http/ rt/transports/http2/ rt/ws/rm/ tools2/ tools2/xjc/

Author: mmao
Date: Thu Mar 15 01:40:15 2007
New Revision: 518516

URL: http://svn.apache.org/viewvc?view=rev&rev=518516
Log:
move xjc plugin from tools2 to common 

Added:
    incubator/cxf/trunk/common/xjc/
      - copied from r518038, incubator/cxf/trunk/tools2/xjc/
    incubator/cxf/trunk/common/xjc/dv/
      - copied from r518457, incubator/cxf/trunk/tools2/xjc/dv/
    incubator/cxf/trunk/common/xjc/dv-test/
      - copied from r518457, incubator/cxf/trunk/tools2/xjc/dv-test/
    incubator/cxf/trunk/common/xjc/pom.xml
      - copied, changed from r518457, incubator/cxf/trunk/tools2/xjc/pom.xml
Removed:
    incubator/cxf/trunk/tools2/xjc/
Modified:
    incubator/cxf/trunk/common/pom.xml
    incubator/cxf/trunk/common/xjc/dv-test/pom.xml
    incubator/cxf/trunk/common/xjc/dv/pom.xml
    incubator/cxf/trunk/distribution/pom.xml
    incubator/cxf/trunk/metacode/pom.xml
    incubator/cxf/trunk/rt/databinding/aegis/pom.xml
    incubator/cxf/trunk/rt/management/pom.xml
    incubator/cxf/trunk/rt/transports/http/pom.xml
    incubator/cxf/trunk/rt/transports/http2/pom.xml
    incubator/cxf/trunk/rt/ws/rm/pom.xml
    incubator/cxf/trunk/tools2/pom.xml

Modified: incubator/cxf/trunk/common/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/pom.xml?view=diff&rev=518516&r1=518515&r2=518516
==============================================================================
--- incubator/cxf/trunk/common/pom.xml (original)
+++ incubator/cxf/trunk/common/pom.xml Thu Mar 15 01:40:15 2007
@@ -35,6 +35,7 @@
         <module>common</module>
         <module>xsd</module>
         <module>schemas</module>
+        <module>xjc</module>
     </modules>
 
 

Modified: incubator/cxf/trunk/common/xjc/dv-test/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/xjc/dv-test/pom.xml?view=diff&rev=518516&r1=518457&r2=518516
==============================================================================
--- incubator/cxf/trunk/common/xjc/dv-test/pom.xml (original)
+++ incubator/cxf/trunk/common/xjc/dv-test/pom.xml Thu Mar 15 01:40:15 2007
@@ -19,7 +19,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf</groupId>
-    <artifactId>cxf-tools2-xjc-dv-test</artifactId>
+    <artifactId>cxf-xjc-dv-test</artifactId>
     <packaging>jar</packaging>
     <version>2.0-incubator-RC-SNAPSHOT</version>
     <name>Apache CXF XJC Default Value Plugin Tests</name>
@@ -96,7 +96,7 @@
                 <dependencies>
                     <dependency>
                         <groupId>org.apache.cxf</groupId>
-                        <artifactId>cxf-tools2-xjc-dv</artifactId>
+                        <artifactId>cxf-xjc-dv</artifactId>
                         <version>${project.version}</version>
                     </dependency>
                 </dependencies>
@@ -106,8 +106,8 @@
 
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools2/xjc/dv-test</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools2/xjc/dv-test</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/common/xjc/dv-test</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/common/xjc/dv-test</developerConnection>
     </scm>
 
 </project>

Modified: incubator/cxf/trunk/common/xjc/dv/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/xjc/dv/pom.xml?view=diff&rev=518516&r1=518457&r2=518516
==============================================================================
--- incubator/cxf/trunk/common/xjc/dv/pom.xml (original)
+++ incubator/cxf/trunk/common/xjc/dv/pom.xml Thu Mar 15 01:40:15 2007
@@ -19,7 +19,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf</groupId>
-    <artifactId>cxf-tools2-xjc-dv</artifactId>
+    <artifactId>cxf-xjc-dv</artifactId>
     <packaging>jar</packaging>
     <version>2.0-incubator-RC-SNAPSHOT</version>
     <name>Apache CXF XJC Default Value Plugin</name>
@@ -54,8 +54,8 @@
 
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools2/xjc/dv</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools2/xjc/dv</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/common/xjc/dv</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/common/xjc/dv</developerConnection>
     </scm>
 
 </project>

Copied: incubator/cxf/trunk/common/xjc/pom.xml (from r518457, incubator/cxf/trunk/tools2/xjc/pom.xml)
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/xjc/pom.xml?view=diff&rev=518516&p1=incubator/cxf/trunk/tools2/xjc/pom.xml&r1=518457&p2=incubator/cxf/trunk/common/xjc/pom.xml&r2=518516
==============================================================================
--- incubator/cxf/trunk/tools2/xjc/pom.xml (original)
+++ incubator/cxf/trunk/common/xjc/pom.xml Thu Mar 15 01:40:15 2007
@@ -19,7 +19,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf</groupId>
-    <artifactId>cxf-tools2-xjc</artifactId>
+    <artifactId>cxf-xjc</artifactId>
     <packaging>pom</packaging>
     <version>2.0-incubator-RC-SNAPSHOT</version>
     <name>Apache CXF XJC Plugins</name>
@@ -38,8 +38,8 @@
     </modules>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools2/xjc</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools2/xjc</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/common/xjc</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/common/xjc</developerConnection>
     </scm>
 
 </project>

Modified: incubator/cxf/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/pom.xml?view=diff&rev=518516&r1=518515&r2=518516
==============================================================================
--- incubator/cxf/trunk/distribution/pom.xml (original)
+++ incubator/cxf/trunk/distribution/pom.xml Thu Mar 15 01:40:15 2007
@@ -90,7 +90,7 @@
         </dependency>
         <dependency>
             <groupId>${pom.groupId}</groupId>
-            <artifactId>cxf-tools2-xjc-dv</artifactId>
+            <artifactId>cxf-xjc-dv</artifactId>
             <version>${pom.version}</version>
         </dependency>
 

Modified: incubator/cxf/trunk/metacode/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/metacode/pom.xml?view=diff&rev=518516&r1=518515&r2=518516
==============================================================================
--- incubator/cxf/trunk/metacode/pom.xml (original)
+++ incubator/cxf/trunk/metacode/pom.xml Thu Mar 15 01:40:15 2007
@@ -51,7 +51,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-tools2-xjc-dv</artifactId>
+            <artifactId>cxf-xjc-dv</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
@@ -152,7 +152,7 @@
                 <dependencies>
                     <dependency>
                         <groupId>org.apache.cxf</groupId>
-                        <artifactId>cxf-tools2-xjc-dv</artifactId>
+                        <artifactId>cxf-xjc-dv</artifactId>
                         <version>${project.version}</version>
                     </dependency>
                     <dependency>

Modified: incubator/cxf/trunk/rt/databinding/aegis/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/databinding/aegis/pom.xml?view=diff&rev=518516&r1=518515&r2=518516
==============================================================================
--- incubator/cxf/trunk/rt/databinding/aegis/pom.xml (original)
+++ incubator/cxf/trunk/rt/databinding/aegis/pom.xml Thu Mar 15 01:40:15 2007
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>cxf-rt-databinding-aegis</artifactId>
   <packaging>jar</packaging>
-  <name>Apache CXF Aegis Databinding</name>
+  <name>Apache CXF Runtime Aegis Databinding</name>
   <url>http://cwiki.apache.org/confluence/display/CXF/Index</url>
 
 

Modified: incubator/cxf/trunk/rt/management/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/management/pom.xml?view=diff&rev=518516&r1=518515&r2=518516
==============================================================================
--- incubator/cxf/trunk/rt/management/pom.xml (original)
+++ incubator/cxf/trunk/rt/management/pom.xml Thu Mar 15 01:40:15 2007
@@ -103,7 +103,7 @@
                 <dependencies>
                     <dependency>
                         <groupId>org.apache.cxf</groupId>
-                        <artifactId>cxf-tools2-xjc-dv</artifactId>
+                        <artifactId>cxf-xjc-dv</artifactId>
                         <version>${project.version}</version>
                     </dependency>
                     <dependency>

Modified: incubator/cxf/trunk/rt/transports/http/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/transports/http/pom.xml?view=diff&rev=518516&r1=518515&r2=518516
==============================================================================
--- incubator/cxf/trunk/rt/transports/http/pom.xml (original)
+++ incubator/cxf/trunk/rt/transports/http/pom.xml Thu Mar 15 01:40:15 2007
@@ -120,7 +120,7 @@
                 <dependencies>
                     <dependency>
                         <groupId>org.apache.cxf</groupId>
-                        <artifactId>cxf-tools2-xjc-dv</artifactId>
+                        <artifactId>cxf-xjc-dv</artifactId>
                         <version>${project.version}</version>
                     </dependency>
                     <dependency>

Modified: incubator/cxf/trunk/rt/transports/http2/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/transports/http2/pom.xml?view=diff&rev=518516&r1=518515&r2=518516
==============================================================================
--- incubator/cxf/trunk/rt/transports/http2/pom.xml (original)
+++ incubator/cxf/trunk/rt/transports/http2/pom.xml Thu Mar 15 01:40:15 2007
@@ -127,7 +127,7 @@
                 <dependencies>
                     <dependency>
                         <groupId>org.apache.cxf</groupId>
-                        <artifactId>cxf-tools2-xjc-dv</artifactId>
+                        <artifactId>cxf-xjc-dv</artifactId>
                         <version>${project.version}</version>
                     </dependency>
                     <dependency>

Modified: incubator/cxf/trunk/rt/ws/rm/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/ws/rm/pom.xml?view=diff&rev=518516&r1=518515&r2=518516
==============================================================================
--- incubator/cxf/trunk/rt/ws/rm/pom.xml (original)
+++ incubator/cxf/trunk/rt/ws/rm/pom.xml Thu Mar 15 01:40:15 2007
@@ -121,7 +121,7 @@
                 <dependencies>
                     <dependency>
                         <groupId>org.apache.cxf</groupId>
-                        <artifactId>cxf-tools2-xjc-dv</artifactId>
+                        <artifactId>cxf-xjc-dv</artifactId>
                         <version>${project.version}</version>
                     </dependency>
                     <dependency>

Modified: incubator/cxf/trunk/tools2/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools2/pom.xml?view=diff&rev=518516&r1=518515&r2=518516
==============================================================================
--- incubator/cxf/trunk/tools2/pom.xml (original)
+++ incubator/cxf/trunk/tools2/pom.xml Thu Mar 15 01:40:15 2007
@@ -35,7 +35,6 @@
         <module>common</module>
         <module>validator</module>
         <module>wsdlto</module>
-        <module>xjc</module>
         <module>javato</module>
     </modules>