remm 2003/10/07 06:25:45 Modified: . build.properties.sample Log: - Update some dependencies. Revision Changes Path 1.68 +6 -6 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.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- build.properties.sample 1 Oct 2003 15:05:40 -0000 1.67 +++ build.properties.sample 7 Oct 2003 13:25:45 -0000 1.68 @@ -109,10 +109,10 @@ # ----- Jakarta Regular Expressions Library, version 1.2 ----- -regexp.home=${base.path}/jakarta-regexp-1.2 +regexp.home=${base.path}/jakarta-regexp-1.3 regexp.lib=${regexp.home} -regexp.jar=${regexp.lib}/jakarta-regexp-1.2.jar -regexp.loc=http://jakarta.apache.org/builds/jakarta-regexp/release/v1.2/jakarta-regexp-1.2.tar.gz +regexp.jar=${regexp.lib}/jakarta-regexp-1.3.jar +regexp.loc=http://archive.apache.org/dist/jakarta/regexp/binaries/jakarta-regexp-1.3.tar.gz # ----- Jakarta Servlet API Classes (Servlet 2.3 / JSP 1.2) ----- @@ -131,9 +131,9 @@ # ----- Xerces XML Parser, version 2.0.0 or later ----- # Note: Optional with JDK 1.4+, or if Xerces 1.x is present -xerces.home=${base.path}/xerces-2_4_0 +xerces.home=${base.path}/xerces-2_5_0 xerces.lib=${xerces.home} -xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.4.0.tar.gz +xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.5.0.tar.gz xercesImpl.jar=${xerces.lib}/xercesImpl.jar xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]