You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2008/09/02 22:19:46 UTC

svn commit: r691367 - in /cxf/trunk: maven-plugins/eclipse-plugin-generator/ maven-plugins/pom.xml pom.xml tools/eclipse-plugin/

Author: dkulp
Date: Tue Sep  2 13:19:45 2008
New Revision: 691367

URL: http://svn.apache.org/viewvc?rev=691367&view=rev
Log:
[CXF-1334] Remove the now un-used eclipse stuff

Removed:
    cxf/trunk/maven-plugins/eclipse-plugin-generator/
    cxf/trunk/tools/eclipse-plugin/
Modified:
    cxf/trunk/maven-plugins/pom.xml
    cxf/trunk/pom.xml

Modified: cxf/trunk/maven-plugins/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/maven-plugins/pom.xml?rev=691367&r1=691366&r2=691367&view=diff
==============================================================================
--- cxf/trunk/maven-plugins/pom.xml (original)
+++ cxf/trunk/maven-plugins/pom.xml Tue Sep  2 13:19:45 2008
@@ -37,7 +37,6 @@
         <module>wsdl-validator-plugin</module>
         <module>corba</module>
         <module>archetypes</module>
-        <module>eclipse-plugin-generator</module>
     </modules>
 
 </project>

Modified: cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=691367&r1=691366&r2=691367&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Tue Sep  2 13:19:45 2008
@@ -162,15 +162,10 @@
             <id>everything</id>
             <modules>
                 <module>distribution</module>
-                <module>tools/eclipse-plugin</module>
             </modules>
         </profile>
         <profile>
             <id>setup.eclipse</id>
-            <modules>
-                <!--module>distribution</module-->
-                <module>tools/eclipse-plugin</module>
-            </modules>
             <properties>
                 <eclipse.workspace.dir>${basedir}/../workspace</eclipse.workspace.dir>
             </properties>