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/06/29 05:39:21 UTC

svn commit: r551785 - in /incubator/cxf/trunk: codegen-plugin/ maven-plugins/codegen-plugin/ maven-plugins/codegen-plugin/pom.xml maven-plugins/codegen-plugin/src/ pom.xml

Author: mmao
Date: Thu Jun 28 20:39:20 2007
New Revision: 551785

URL: http://svn.apache.org/viewvc?view=rev&rev=551785
Log:
* Move codegen-plugin into the maven-plugins


Added:
    incubator/cxf/trunk/maven-plugins/codegen-plugin/
      - copied from r551772, incubator/cxf/trunk/codegen-plugin/
    incubator/cxf/trunk/maven-plugins/codegen-plugin/pom.xml
      - copied, changed from r551783, incubator/cxf/trunk/codegen-plugin/pom.xml
    incubator/cxf/trunk/maven-plugins/codegen-plugin/src/
      - copied from r551783, incubator/cxf/trunk/codegen-plugin/src/
Removed:
    incubator/cxf/trunk/codegen-plugin/
Modified:
    incubator/cxf/trunk/pom.xml

Copied: incubator/cxf/trunk/maven-plugins/codegen-plugin/pom.xml (from r551783, incubator/cxf/trunk/codegen-plugin/pom.xml)
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/maven-plugins/codegen-plugin/pom.xml?view=diff&rev=551785&p1=incubator/cxf/trunk/codegen-plugin/pom.xml&r1=551783&p2=incubator/cxf/trunk/maven-plugins/codegen-plugin/pom.xml&r2=551785
==============================================================================
--- incubator/cxf/trunk/codegen-plugin/pom.xml (original)
+++ incubator/cxf/trunk/maven-plugins/codegen-plugin/pom.xml Thu Jun 28 20:39:20 2007
@@ -7,9 +7,9 @@
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License. You may obtain a copy of the License at
- 
+
   http://www.apache.org/licenses/LICENSE-2.0
- 
+
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -31,7 +31,7 @@
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
         <version>2.1-incubator-SNAPSHOT</version>
-        <relativePath>../parent/pom.xml</relativePath>
+        <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
     <dependencies>
@@ -111,8 +111,8 @@
     </repositories>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/codegen-plugin</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/codegen-plugin</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/maven-plugins/codegen-plugin</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/maven-plugins/codegen-plugin</developerConnection>
       <url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-codegen-plugin</url>
   </scm>
 

Modified: incubator/cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/pom.xml?view=diff&rev=551785&r1=551784&r2=551785
==============================================================================
--- incubator/cxf/trunk/pom.xml (original)
+++ incubator/cxf/trunk/pom.xml Thu Jun 28 20:39:20 2007
@@ -6,9 +6,9 @@
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License. You may obtain a copy of the License at
- 
+
   http://www.apache.org/licenses/LICENSE-2.0
- 
+
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -131,12 +131,12 @@
         <module>common</module>
         <module>api</module>
         <module>tools</module>
-        <module>codegen-plugin</module>
         <module>testutils</module>
         <module>rt</module>
         <module>integration</module>
         <module>systests</module>
-	<module>maven-plugins/archetypes</module>
+        <module>maven-plugins/codegen-plugin</module>
+        <module>maven-plugins/archetypes</module>
     </modules>
 
     <profiles>
@@ -296,7 +296,7 @@
         </profile>
         <profile>
             <id>deploy</id>
-            <modules> 
+            <modules>
                 <module>distribution</module>
                 <module>tools/eclipse-plugin</module>
             </modules>