rubys 01/02/13 02:10:56
Modified: . build.xml
Log:
Respect the value of ant-home
----------------------------------------------------------------------
Revision Changes Path
1.37 +2 -2 jakarta-watchdog/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-watchdog/build.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- build.xml 2001/01/24 22:38:24 1.36
+++ build.xml 2001/02/13 10:10:55 1.37
@@ -29,7 +29,7 @@
<copyfile src="../jakarta-tools/moo.jar"
dest="${watchdog.build}/lib/moo.jar"/>
- <copyfile src="../jakarta-ant/lib/ant.jar"
+ <copyfile src="${ant.home}/lib/ant.jar"
dest="${watchdog.build}/lib/ant.jar"/>
<copyfile src="../jakarta-servletapi/lib/servlet.jar"
@@ -112,7 +112,7 @@
<copyfile src="../jakarta-tools/moo.jar"
dest="${watchdog.dist}/lib/moo.jar"/>
- <copyfile src="../jakarta-ant/lib/ant.jar"
+ <copyfile src="${ant.home}/lib/ant.jar"
dest="${watchdog.dist}/lib/ant.jar"/>
<copyfile src="../jakarta-servletapi/lib/servlet.jar"