patrickl 02/01/15 10:52:14 Modified: . BUILDING.txt build.properties.sample Log: Update to latest version of struts.jar in build. Submitted by: Manveen Kaur Revision Changes Path 1.18 +5 -5 jakarta-tomcat-4.0/BUILDING.txt Index: BUILDING.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/BUILDING.txt,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- BUILDING.txt 5 Jan 2002 20:24:30 -0000 1.17 +++ BUILDING.txt 15 Jan 2002 18:52:14 -0000 1.18 @@ -1,4 +1,4 @@ -$Id: BUILDING.txt,v 1.17 2002/01/05 20:24:30 craigmcc Exp $ +$Id: BUILDING.txt,v 1.18 2002/01/15 18:52:14 patrickl Exp $ Building The Tomcat 4.0 Servlet/JSP Container @@ -284,15 +284,15 @@ (18) Download and Install the Struts Binary Distribution -* Download a binary distribution of Struts 1.0 from: +* Download a binary distribution of Struts 1.0.1 from: - http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/ + http://jakarta.apache.org/builds/jakarta-struts/release/v1.0.1/ On a Windows platform, you will need: - jakarta-struts-1.0.zip + jakarta-struts-1.0.1.zip On a Unix platform, you will need: - jakarta-struts-1.0.tar.gz + jakarta-struts-1.0.1.tar.gz * Unpack the binary distribution into a convenient location so that the distribution resides in its own directory. 1.24 +3 -3 jakarta-tomcat-4.0/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- build.properties.sample 5 Jan 2002 20:24:30 -0000 1.23 +++ build.properties.sample 15 Jan 2002 18:52:14 -0000 1.24 @@ -6,7 +6,7 @@ # modules that Tomcat depends on. Copy this file to "build.properties" # in the top-level source directory, and customize it as needed. # -# $Id: build.properties.sample,v 1.23 2002/01/05 20:24:30 craigmcc Exp $ +# $Id: build.properties.sample,v 1.24 2002/01/15 18:52:14 patrickl Exp $ # ----------------------------------------------------------------------------- @@ -139,8 +139,8 @@ junit.jar=${junit.lib}/junit.jar -# ----- Struts, version 1.0 or later ----- -struts.home=${base.path}/jakarta-struts-1.0 +# ----- Struts, version 1.0.1 or later ----- +struts.home=${base.path}/jakarta-struts-1.0.1 struts.lib=${struts.home}/lib struts.jar=${struts.lib}/struts.jar
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>