Author: markt Date: Wed Apr 19 16:15:11 2006 New Revision: 395431 URL: http://svn.apache.org/viewcvs?rev=395431&view=rev Log: Update libs to latest versions
Modified: tomcat/container/branches/tc4.1.x/build.properties.default Modified: tomcat/container/branches/tc4.1.x/build.properties.default URL: http://svn.apache.org/viewcvs/tomcat/container/branches/tc4.1.x/build.properties.default?rev=395431&r1=395430&r2=395431&view=diff ============================================================================== --- tomcat/container/branches/tc4.1.x/build.properties.default (original) +++ tomcat/container/branches/tc4.1.x/build.properties.default Wed Apr 19 16:15:11 2006 @@ -77,10 +77,10 @@ # ----- Commons FileUpload, version 1.0 or later ----- -commons-fileupload.home=${base.path}/commons-fileupload-1.0 +commons-fileupload.home=${base.path}/commons-fileupload-1.1 commons-fileupload.lib=${commons-fileupload.home} -commons-fileupload.jar=${commons-fileupload.lib}/commons-fileupload-1.0.jar -commons-fileupload.loc=${base-jakarta.loc}/commons/fileupload/binaries/commons-fileupload-1.0.tar.gz +commons-fileupload.jar=${commons-fileupload.lib}/commons-fileupload-1.1.jar +commons-fileupload.loc=${base-jakarta.loc}/commons/fileupload/binaries/commons-fileupload-1.1.tar.gz # ----- Commons Logging, version 1.0.1 or later ----- @@ -130,9 +130,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_7_1 +xerces.home=${base.path}/xerces-2_8_0 xerces.lib=${xerces.home} -xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.7.1.tar.gz +xerces.loc=http://www.apache.org/dist/xml/xerces-j/Xerces-J-bin.2.8.0.tar.gz xercesImpl.jar=${xerces.lib}/xercesImpl.jar xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar @@ -164,10 +164,10 @@ # ----- Commons Pool, version 1.0 or later ----- -commons-pool.home=${base.path}/commons-pool-1.2 +commons-pool.home=${base.path}/commons-pool-1.3 commons-pool.lib=${commons-pool.home} -commons-pool.jar=${commons-pool.lib}/commons-pool-1.2.jar -commons-pool.loc=${base-jakarta.loc}/commons/pool/binaries/commons-pool-1.2.tar.gz +commons-pool.jar=${commons-pool.lib}/commons-pool-1.3.jar +commons-pool.loc=${base-jakarta.loc}/commons/pool/binaries/commons-pool-1.3.tar.gz # ----- Java Database Connectivity (JDBC) Optional Package, version 2.0 ----- @@ -223,10 +223,10 @@ # ----- Struts, version 1.2.4 or later ----- -struts.home=${base.path}/struts-1.2.8-bin +struts.home=${base.path}/struts-1.2.9-bin struts.lib=${struts.home}/lib struts.jar=${struts.lib}/struts.jar -struts.loc=http://archive.apache.org/dist/struts/binaries/struts-1.2.8-bin.tar.gz +struts.loc=http://archive.apache.org/dist/struts/binaries/struts-1.2.9-bin.tar.gz # ----- Tyrex Data Source, version 1.0 or later ----- # Now tyrex is http://tyrex.sourceforge.net/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]