geirm 02/02/20 08:35:31
Modified: beanutils build.properties.sample
Log:
Added commons-logging to the sample - keeps it from being a surprise
Revision Changes Path
1.4 +4 -1 jakarta-commons/beanutils/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-commons/beanutils/build.properties.sample,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build.properties.sample 20 Dec 2001 09:31:01 -0000 1.3
+++ build.properties.sample 20 Feb 2002 16:35:31 -0000 1.4
@@ -4,9 +4,12 @@
# The pathname of the collections classes JAR file
commons-collections.jar = ${commons-collections.home}/commons-collections.jar
+# The pathname of the Commons Logging JAR file
+commons-logging.jar = /java/commons-logging.jar
+
# The directory containing your binary distribution of JUnit,
# version 3.7 or later
junit.home = /usr/local/junit3.7
# The pathname of the "junit.jar" JAR file
-junit.jar = ${junit.home}/junit.jar
\ No newline at end of file
+junit.jar = ${junit.home}/junit.jar
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>