rleland 2002/12/17 09:07:27 Modified: . build.properties.sample Log: Update build dependences Revision Changes Path 1.18 +5 -5 jakarta-struts/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-struts/build.properties.sample,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- build.properties.sample 26 Oct 2002 05:38:07 -0000 1.17 +++ build.properties.sample 17 Dec 2002 17:07:27 -0000 1.18 @@ -34,9 +34,9 @@ # from the Jakarta Commons project. commons-collections.jar=${commons-lib.home}/collections/dist/commons-collections.jar -# The JAR file containing version 1.0 (or later) of the DBCP package +# The JAR file containing version 1.1 (or later) of the DBCP package # from the Jakarta Commons project. -commons-dbcp.jar=${commons-lib.home}/dbcp/dist/commons-dbcp.jar +commons-dbcp.jar=${commons-lib.home}/dbcp/target/commons-dbcp-1.1-dev.jar # The JAR file containing version 1.0 (or later) of the Digester package # from the Jakarta Commons project. @@ -46,9 +46,9 @@ # 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.0-b1 (or later) of the Lang package +# The JAR file containing version 1.1 (or later) of the Lang package # from the Jakarta Commons project. -commons-lang.jar=${commons-lib.home}/lang/dist/commons-lang-1.0.jar +commons-lang.jar=${commons-lib.home}/lang/dist/commons-lang-1.1-dev.jar # The JAR file containing version 1.0 (or later) of the Logging package # from the Jakarta Commons project.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>