donaldp 01/03/28 07:14:10
Modified: . build.xml
Log:
Added in commented out depends for people with slow compilers ;)
Revision Changes Path
1.20 +7 -0 jakarta-avalon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon/build.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- build.xml 2001/03/15 05:09:58 1.19
+++ build.xml 2001/03/28 15:14:08 1.20
@@ -177,6 +177,13 @@
<mkdir dir="${build.classes}"/>
+<!--
+ <depend closure="yes"
+ cache="${dep}"
+ srcdir="${java.dir}"
+ destdir="${build.classes}" />
+-->
+
<javac srcdir="${java.dir}"
destdir="${build.classes}"
debug="${debug}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]