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/09/21 18:05:23 UTC

svn commit: r290731 - /geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/build.xml

Author: sppatel
Date: Wed Sep 21 09:05:20 2005
New Revision: 290731

URL: http://svn.apache.org/viewcvs?rev=290731&view=rev
Log:
fix replace value

Modified:
    geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/build.xml

Modified: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/build.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/build.xml?rev=290731&r1=290730&r2=290731&view=diff
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/build.xml (original)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/build.xml Wed Sep 21 09:05:20 2005
@@ -31,7 +31,7 @@
 			</settings>
 		</multipleXSDs2Java>
 		
-		<replace file=".classpath" token='path="bin"/>' value='path="target/classes"'/>		
+		<replace file=".classpath" token='path="bin"/>' value='path="target/classes"/>'/>		
 		<delete dir="bin"/>
 		
 		<multipleXSDs2Java genModelName="geronimo-web">