husted 2002/12/29 04:57:39
Modified: . build.properties.sample
Log:
Update comments to reflect current dependencies.
Revision Changes Path
1.21 +14 -15 jakarta-struts/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-struts/build.properties.sample,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- build.properties.sample 22 Dec 2002 06:13:07 -0000 1.20
+++ build.properties.sample 29 Dec 2002 12:57:38 -0000 1.21
@@ -26,49 +26,48 @@
# if you are going to execute the "deploy.catalina" target.
catalina.home=${apache.home}/jakarta-tomcat-4.0.6
-# The JAR file containing version 1.0 (or later) of the Beanutils package
+# The JAR file containingthe Beanutils package (Version 1.5 or later)
# from the Jakarta Commons project.
commons-beanutils.jar=${commons-lib.home}/beanutils/dist/commons-beanutils.jar
-# The JAR file containing version 1.0 (or later) of the Collections package
+# The JAR file containing the Collections package (Version 2.1 or later)
# from the Jakarta Commons project.
commons-collections.jar=${commons-lib.home}/collections/dist/commons-collections.jar
-# The JAR file containing version 1.1 (or later) of the DBCP package
+# The JAR file containing the DBCP package (Version 1.0 or later)
# from the Jakarta Commons project.
commons-dbcp.jar=${commons-lib.home}/dbcp/dist/commons-dbcp.jar
-# The JAR file containing version 1.0 (or later) of the Digester package
+# The JAR file containing the Digester package (Version 1.3 or later)
# from the Jakarta Commons project.
commons-digester.jar=${commons-lib.home}/digester/dist/commons-digester.jar
-# The JAR file containing version 1.0 (or later) of the FileUpload package
+# The JAR file containing the FileUpload package (recent Nightly Build)
# from the Jakarta Commons project.
commons-fileupload.jar=${commons-lib.home}/fileupload/target/commons-fileupload-1.0-dev.jar
-# The JAR file containing version 1.1 (or later) of the Lang package
+# The JAR file containing the Lang package (Version 1.1 or later)
# from the Jakarta Commons project.
-commons-lang.jar=${commons-lib.home}/lang/dist/commons-lang-1.1-dev.jar
+commons-lang.jar=${commons-lib.home}/lang/dist/commons-lang-1.1.jar
-# The JAR file containing version 1.0 (or later) of the Logging package
+# The JAR file containing the Logging package (Version 1.0.2 or later)
# from the Jakarta Commons project.
commons-logging.jar=${commons-lib.home}/logging/dist/commons-logging.jar
-# The JAR file containing version 1.0 (or later) of the POOL package
+# The JAR file containing the POOL package (Version 1.0.1 or later)
# from the Jakarta Commons project.
commons-pool.jar=${commons-lib.home}/pool/dist/commons-pool.jar
-# The JAR file containing version 1.0 (or later) of the Resources package
+# The JAR file containing the Resources package (recent Nightly Build)
# from the Jakarta Commons project.
-commons-resources.jar=${commons-sandbox-lib.home}/resources/target/commons-resources-1.0-dev.jar
+commons-resources.jar=${commons-sandbox-lib.home}/resources/target/commons-resources.jar
-# The JAR file containing a recent version of the VALIDATOR package
+# The JAR file containing the Validator package (Version 1.0.1 or later)
# from the Jakarta Commons project.
commons-validator.jar=${commons-lib.home}/validator/dist/commons-validator.jar
-# The JAR file containing version 2.06 (or later) of
-# the the Jakarta ORO project.
+# The JAR file containing the Jakarta ORO project version 2.06 (or later)
jakarta-oro.jar=${apache.home}/jakarta-oro-2.0.6/jakarta-oro-2.0.6.jar
# The JAR file containing the JDBC 2.0 Optional Package extensions API
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>