jefft 02/02/26 16:41:17
Modified: beanutils build.properties.sample
Log:
Parametrize home of commons-logging, instead of hardcoded "/java"
Revision Changes Path
1.5 +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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build.properties.sample 20 Feb 2002 16:35:31 -0000 1.4
+++ build.properties.sample 27 Feb 2002 00:41:17 -0000 1.5
@@ -4,8 +4,11 @@
# The pathname of the collections classes JAR file
commons-collections.jar = ${commons-collections.home}/commons-collections.jar
+# The home directory for the Commons logging classes distribution
+commons-logging.home = ../logging/dist
+
# The pathname of the Commons Logging JAR file
-commons-logging.jar = /java/commons-logging.jar
+commons-logging.jar = ${commons-logging.home}/commons-logging.jar
# The directory containing your binary distribution of JUnit,
# version 3.7 or later
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>