You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2005/12/26 22:52:38 UTC

svn commit: r359105 - /geronimo/devtools/trunk/modules/eclipse-plugin/maven.xml

Author: sppatel
Date: Mon Dec 26 13:52:31 2005
New Revision: 359105

URL: http://svn.apache.org/viewcvs?rev=359105&view=rev
Log:
remove accidental path

Modified:
    geronimo/devtools/trunk/modules/eclipse-plugin/maven.xml

Modified: geronimo/devtools/trunk/modules/eclipse-plugin/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/maven.xml?rev=359105&r1=359104&r2=359105&view=diff
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/maven.xml (original)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/maven.xml Mon Dec 26 13:52:31 2005
@@ -71,7 +71,7 @@
 	<goal name="clean-repo">
 		<ant:delete dir="${maven.repo.local}/geronimo-devtools"/>
 		<ant:delete dir="${maven.repo.local}/eclipse"/>
-    </goal>/Users/sppatel/geronimo/devtools/modules/eclipse-plugin/maven.xml
+    </goal>
 
 	<goal name="getwtp">
 		<j:set var="target.dir" value="./target" />