husted 2003/06/06 13:55:36 Modified: . build.xml build.properties.sample Log: Updates in preparation for RC2. Revision Changes Path 1.104 +1 -1 jakarta-struts/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-struts/build.xml,v retrieving revision 1.103 retrieving revision 1.104 diff -u -r1.103 -r1.104 --- build.xml 29 Mar 2003 05:58:14 -0000 1.103 +++ build.xml 6 Jun 2003 20:55:35 -0000 1.104 @@ -141,7 +141,7 @@ <property name="project.name" value="jakarta-struts"/> <!-- Version of the project --> - <property name="project.version" value="1.1-rc1"/> + <property name="project.version" value="1.1-rc2"/> <!-- ========== Derived Properties ======================================== --> 1.38 +4 -4 jakarta-struts/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-struts/build.properties.sample,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- build.properties.sample 2 May 2003 02:50:05 -0000 1.37 +++ build.properties.sample 6 Jun 2003 20:55:36 -0000 1.38 @@ -50,11 +50,11 @@ # 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 +commons-fileupload.jar=${commons-lib.home}/fileupload/dist/commons-fileupload.jar -# The JAR file containing the Lang package (Version 1.1 or later) +# The JAR file containing the Lang package (Version 1.0.1 or later) # from the Jakarta Commons project. -commons-lang.jar=${commons-lib.home}/lang/dist/commons-lang-1.1.jar +commons-lang.jar=${commons-lib.home}/lang/dist/commons-lang.jar # The JAR file containing the Logging package (Nightly Build or Version 1.0.3 or later) # from the Jakarta Commons project.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]