huw 2003/02/20 21:55:16
Modified: . ant.properties.sample
Log:
added sample lines to specify location of 3rd party jars
Revision Changes Path
1.5 +9 -0 avalon/ant.properties.sample
Index: ant.properties.sample
===================================================================
RCS file: /home/cvs/avalon/ant.properties.sample,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ant.properties.sample 8 Feb 2003 15:36:16 -0000 1.4
+++ ant.properties.sample 21 Feb 2003 05:55:16 -0000 1.5
@@ -27,3 +27,12 @@
# in /usr/lib/j2re1.3, requiring the variable to be set. Note: ${java.home} is
# the JRE home, not $JAVA_HOME.
#tools.jar=${java.home}/../j2sdk1.3/lib/tools.jar
+
+#
+# This file is also useful for specifying the location of 3rd party jars
+# instead of downloading them to the /lib directory. To do so uncomment and then
modify
+# the lines below.
+#
+#junit.jar=
+#log4j.jar=
+#logkit.jar=
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]