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/16 06:45:52 UTC

svn commit: r518869 - in /incubator/cxf/trunk: codegen-plugin/ codegen-plugin/pom.xml codegen-plugin2/ pom.xml rt/ws/policy/pom.xml testutils/pom.xml tools2/eclipse-plugin/pom.xml tools2/eclipse3.1-plugin/pom.xml

Author: mmao
Date: Thu Mar 15 22:45:51 2007
New Revision: 518869

URL: http://svn.apache.org/viewvc?view=rev&rev=518869
Log:
Rename codegen-plugin2 to codegen-plugin

Added:
    incubator/cxf/trunk/codegen-plugin/
      - copied from r518865, incubator/cxf/trunk/codegen-plugin2/
Removed:
    incubator/cxf/trunk/codegen-plugin2/
Modified:
    incubator/cxf/trunk/codegen-plugin/pom.xml
    incubator/cxf/trunk/pom.xml
    incubator/cxf/trunk/rt/ws/policy/pom.xml
    incubator/cxf/trunk/testutils/pom.xml
    incubator/cxf/trunk/tools2/eclipse-plugin/pom.xml
    incubator/cxf/trunk/tools2/eclipse3.1-plugin/pom.xml

Modified: incubator/cxf/trunk/codegen-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/codegen-plugin/pom.xml?view=diff&rev=518869&r1=518865&r2=518869
==============================================================================
--- incubator/cxf/trunk/codegen-plugin/pom.xml (original)
+++ incubator/cxf/trunk/codegen-plugin/pom.xml Thu Mar 15 22:45:51 2007
@@ -16,13 +16,15 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<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">
+<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-codegen-plugin2</artifactId>
+    <artifactId>cxf-codegen-plugin</artifactId>
     <packaging>maven-plugin</packaging>
     <version>2.0-incubator-RC-SNAPSHOT</version>
-    <name>Apache CXF Code Generation Maven 2 Plugins for tools2</name>
+    <name>Apache CXF Code Generation Maven2 Plugins</name>
     <url>http://cwiki.apache.org/CXF</url>
 
 

Modified: incubator/cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/pom.xml?view=diff&rev=518869&r1=518868&r2=518869
==============================================================================
--- incubator/cxf/trunk/pom.xml (original)
+++ incubator/cxf/trunk/pom.xml Thu Mar 15 22:45:51 2007
@@ -132,7 +132,7 @@
         <module>api</module>
         <module>metacode</module>
         <module>tools2</module>
-        <module>codegen-plugin2</module>       
+        <module>codegen-plugin</module>
         <module>testutils</module>
         <module>rt</module>
         <module>integration</module>

Modified: incubator/cxf/trunk/rt/ws/policy/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/ws/policy/pom.xml?view=diff&rev=518869&r1=518868&r2=518869
==============================================================================
--- incubator/cxf/trunk/rt/ws/policy/pom.xml (original)
+++ incubator/cxf/trunk/rt/ws/policy/pom.xml Thu Mar 15 22:45:51 2007
@@ -116,7 +116,7 @@
             </plugin>
             <plugin>
                 <groupId>org.apache.cxf</groupId>
-                <artifactId>cxf-codegen-plugin2</artifactId>
+                <artifactId>cxf-codegen-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>

Modified: incubator/cxf/trunk/testutils/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/testutils/pom.xml?view=diff&rev=518869&r1=518868&r2=518869
==============================================================================
--- incubator/cxf/trunk/testutils/pom.xml (original)
+++ incubator/cxf/trunk/testutils/pom.xml Thu Mar 15 22:45:51 2007
@@ -142,7 +142,7 @@
             </plugin>
             <plugin>
                 <groupId>org.apache.cxf</groupId>
-                <artifactId>cxf-codegen-plugin2</artifactId>
+                <artifactId>cxf-codegen-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>

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=518869&r1=518868&r2=518869
==============================================================================
--- incubator/cxf/trunk/tools2/eclipse-plugin/pom.xml (original)
+++ incubator/cxf/trunk/tools2/eclipse-plugin/pom.xml Thu Mar 15 22:45:51 2007
@@ -22,7 +22,7 @@
     <artifactId>cxf-eclipse-plugin</artifactId>
     <packaging>jar</packaging>
     <version>2.0-incubator-RC-SNAPSHOT</version>
-    <name>Apache CXF Eclipse Distribution</name>
+    <name>Apache CXF Eclipse 3.0 Distribution</name>
     <url>http://cwiki.apache.org/CXF</url>
 
     <parent>
@@ -160,7 +160,7 @@
             </plugin>
             <plugin>
                 <groupId>org.apache.cxf</groupId>
-                <artifactId>cxf-codegen-plugin2</artifactId>
+                <artifactId>cxf-codegen-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>

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=518869&r1=518868&r2=518869
==============================================================================
--- incubator/cxf/trunk/tools2/eclipse3.1-plugin/pom.xml (original)
+++ incubator/cxf/trunk/tools2/eclipse3.1-plugin/pom.xml Thu Mar 15 22:45:51 2007
@@ -22,7 +22,7 @@
     <artifactId>cxf-eclipse3.1-plugin</artifactId>
     <packaging>jar</packaging>
     <version>2.0-incubator-RC-SNAPSHOT</version>
-    <name>Apache CXF Eclipse Distribution</name>
+    <name>Apache CXF Eclipse 3.1 Distribution</name>
     <url>http://cxf.apache.org/</url>
 
     <parent>
@@ -160,7 +160,7 @@
             </plugin>
             <plugin>
                 <groupId>org.apache.cxf</groupId>
-                <artifactId>cxf-codegen-plugin2</artifactId>
+                <artifactId>cxf-codegen-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>