husted 2002/12/29 12:54:15
Modified: . build.properties.sample
Log:
Amend logging dependency.
Revision Changes Path
1.23 +6 -2 jakarta-struts/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-struts/build.properties.sample,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- build.properties.sample 29 Dec 2002 13:07:48 -0000 1.22
+++ build.properties.sample 29 Dec 2002 20:54:15 -0000 1.23
@@ -6,6 +6,10 @@
# to "build.properties" in the same directory that contains the Struts
# "build.xml" file.
#
+# The JARS required for each release or beta distribution are available
+# as a single archive from the Struts downloads directory.
+# Requirements for the Nightly Build may change between releases and betas.
+#
# $Id$
# -----------------------------------------------------------------------------
compile.deprecation=true
@@ -51,7 +55,7 @@
# from the Jakarta Commons project.
commons-lang.jar=${commons-lib.home}/lang/dist/commons-lang-1.1.jar
-# The JAR file containing the Logging package (Version 1.0.2 or later)
+# The JAR file containing the Logging package (Nightly Build or Version 1.0.3 or
later)
# from the Jakarta Commons project.
commons-logging.jar=${commons-lib.home}/logging/dist/commons-logging.jar
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>