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 2006/11/03 09:55:30 UTC

svn commit: r470728 - in /incubator/cxf/trunk: eclipse-plugin/ tools/eclipse-plugin/ tools/eclipse-plugin/pom.xml

Author: mmao
Date: Fri Nov  3 00:55:29 2006
New Revision: 470728

URL: http://svn.apache.org/viewvc?view=rev&rev=470728
Log:
Move the eclipse-plugin from top into tools

Added:
    incubator/cxf/trunk/tools/eclipse-plugin/
      - copied from r470716, incubator/cxf/trunk/eclipse-plugin/
Removed:
    incubator/cxf/trunk/eclipse-plugin/
Modified:
    incubator/cxf/trunk/tools/eclipse-plugin/pom.xml

Modified: incubator/cxf/trunk/tools/eclipse-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/eclipse-plugin/pom.xml?view=diff&rev=470728&r1=470716&r2=470728
==============================================================================
--- incubator/cxf/trunk/tools/eclipse-plugin/pom.xml (original)
+++ incubator/cxf/trunk/tools/eclipse-plugin/pom.xml Fri Nov  3 00:55:29 2006
@@ -29,12 +29,12 @@
 
     <parent>
         <groupId>org.apache.cxf</groupId>
-        <artifactId>cxf</artifactId>
+        <artifactId>cxf-tools</artifactId>
         <version>2.0-incubator-M1-SNAPSHOT</version>
     </parent>
 
     <properties>
-        <topDirectoryLocation>..</topDirectoryLocation>
+        <topDirectoryLocation>../../</topDirectoryLocation>
     </properties>
 
     <dependencies>