rleland 2002/10/02 10:14:56 Modified: . build.properties.sample2 Log: Update to reflect new commons jar names Revision Changes Path 1.2 +4 -4 jakarta-struts/build.properties.sample2 Index: build.properties.sample2 =================================================================== RCS file: /home/cvs/jakarta-struts/build.properties.sample2,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build.properties.sample2 27 Aug 2002 18:48:21 -0000 1.1 +++ build.properties.sample2 2 Oct 2002 17:14:55 -0000 1.2 @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# build.properties.sample +# build.properties.sample2 # # This is an example "build.properties" file, used to customize building Struts # for your local environment. Make any changes you need, and rename this file @@ -50,7 +50,7 @@ # The JAR file containing version 1.0-b1 (or later) of the Lang package # from the Jakarta Commons project. -commons-lang.jar=${commons-lib.home}/lang/target/commons-lang-1.0-dev/bin/commons-lang-1.0-dev/commons-lang-1.0-dev.jar +commons-lang.jar=${commons-lib.home}/lang/dist/commons-lang-1.0-rc2.jar # The JAR file containing version 1.0 (or later) of the Logging package # from the Jakarta Commons project. @@ -62,7 +62,7 @@ # The JAR file containing version 1.0 (or later) of the Resources package # from the Jakarta Commons project. -commons-resources.jar=${commons-sandbox-lib.home}/resources/target/commons-resources-1.0-dev/bin/commons-resources-1.0-dev/commons-resources-1.0-dev.jar +commons-resources.jar=${commons-sandbox-lib.home}/resources/target/commons-resources-1.0-dev.jar # The JAR file containing a recent version of the SERVICES package # from the Jakarta Commons project.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>