patrickl 02/01/18 22:08:00 Modified: . BUILDING.txt build.properties.sample Log: Update documentation to reflect that a newer commons-modeler nightly build is needed to build. Revision Changes Path 1.20 +2 -2 jakarta-tomcat-4.0/BUILDING.txt Index: BUILDING.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/BUILDING.txt,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- BUILDING.txt 18 Jan 2002 00:46:24 -0000 1.19 +++ BUILDING.txt 19 Jan 2002 06:08:00 -0000 1.20 @@ -1,4 +1,4 @@ -$Id: BUILDING.txt,v 1.19 2002/01/18 00:46:24 remm Exp $ +$Id: BUILDING.txt,v 1.20 2002/01/19 06:08:00 patrickl Exp $ Building The Tomcat 4.0 Servlet/JSP Container @@ -336,7 +336,7 @@ NOTE: This step is only required if you wish to build the Config/Admin web application. -* Download a binary distribution of version 20011026 or later from: +* Download a binary distribution of version 20020117 or later from: http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-modeler 1.26 +2 -2 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.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- build.properties.sample 17 Jan 2002 19:59:26 -0000 1.25 +++ build.properties.sample 19 Jan 2002 06:08:00 -0000 1.26 @@ -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.25 2002/01/17 19:59:26 remm Exp $ +# $Id: build.properties.sample,v 1.26 2002/01/19 06:08:00 patrickl Exp $ # ----------------------------------------------------------------------------- @@ -62,7 +62,7 @@ commons-logging.jar=${commons-logging.lib}/commons-logging.jar -# ----- Commons Modeler, version 20011026 or later ----- +# ----- Commons Modeler, version 20020117 or later ----- commons-modeler.home=${base.path}/commons-modeler commons-modeler.lib=${commons-modeler.home} commons-modeler.jar=${commons-modeler.lib}/commons-modeler.jar
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>