jfarcand 2002/11/11 20:07:11 Modified: . BUILDING.txt build.properties.default Log: Xerces 2.2.1 is now working with Tomcat. Revision Changes Path 1.28 +4 -4 jakarta-tomcat-5/BUILDING.txt Index: BUILDING.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- BUILDING.txt 28 Oct 2002 19:31:32 -0000 1.27 +++ BUILDING.txt 12 Nov 2002 04:07:11 -0000 1.28 @@ -56,13 +56,13 @@ * Download a binary distribution of version 2.0.1 from: - http://xml.apache.org/dist/xerces-j/old_xerces2 + http://xml.apache.org/dist/xerces-j/ On a Windows platform, you will need: - Xerces-J-bin.2.0.1.zip + Xerces-J-bin.2.2.1.zip On a Unix platform, you will need: - Xerces-J-bin.2.0.1.tar.gz + Xerces-J-bin.2.2.1.tar.gz * Unpack the binary distribution into a convenient location so that the distribution resides in its own directory (conventionally named 1.51 +4 -4 jakarta-tomcat-5/build.properties.default Index: build.properties.default =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- build.properties.default 5 Nov 2002 19:25:49 -0000 1.50 +++ build.properties.default 12 Nov 2002 04:07:11 -0000 1.51 @@ -99,12 +99,12 @@ regexp.loc=http://jakarta.apache.org/builds/jakarta-regexp/release/v1.2/jakarta-regexp-1.2.tar.gz -# ----- Xerces XML Parser, version 2.1.0 or later ----- -xerces.home=${base.path}/xerces-2_2_0 +# ----- Xerces XML Parser, version 2.1.0, 2.2.1 or later ----- +xerces.home=${base.path}/xerces-2_2_1 xerces.lib=${xerces.home} xercesImpl.jar=${xerces.lib}/xercesImpl.jar xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar -xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.2.0.tar.gz +xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.2.1.tar.gz # --------------------------------------------------
-- To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>