werken 2002/06/27 22:33:13
Modified: . build-bootstrap.xml
Log:
Idiotproofing the bootstrap.
Revision Changes Path
1.109 +1 -1 jakarta-turbine-maven/build-bootstrap.xml
Index: build-bootstrap.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- build-bootstrap.xml 28 Jun 2002 05:31:43 -0000 1.108
+++ build-bootstrap.xml 28 Jun 2002 05:33:13 -0000 1.109
@@ -127,7 +127,7 @@
<copy todir="${maven.home}/lib" file="${lib.repo}/maven.jar"/>
- <exec executable="maven"
+ <exec executable="${maven.home}/bin/maven"
failonerror="true">
<arg line="clean"/>
<arg line="jar"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>