From: remm Date: Wed, 12 Apr 2006 16:01:42 +0000 (+0000) Subject: - Add the usual download target (including building JDT and DBCP). X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=fa79e475dfeba2a3030ddd2f718bcbbeb8dceed4;p=tomcat7.0 - Add the usual download target (including building JDT and DBCP). git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@393491 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.properties.default b/build.properties.default index d66c22a01..f309ab38d 100644 --- a/build.properties.default +++ b/build.properties.default @@ -20,6 +20,8 @@ base.path=/usr/share/java compile.source=1.5 compile.target=1.5 +base-jakarta.loc=http://archive.apache.org/dist/jakarta + # ----- Commons Logging, version 1.0.1 or later ----- commons-logging.home=${base.path}/commons-logging-1.0.4 commons-logging.lib=${commons-logging.home} @@ -34,6 +36,23 @@ jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.1.2.jar jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.1.2-200601181600/eclipse-JDT-3.1.2.zip # ----- Tomcat native library ----- -tomcat-native.home=${base.path}/tomcat-native-1.1.2 +tomcat-native.home=${base.path}/tomcat-native-1.1.3 tomcat-native.tar.gz=${tomcat-native.home}/tomcat-native.tar.gz -tomcat-native.loc=${base-tomcat.loc}/tomcat-connectors/native/tomcat-native-1.1.2.tar.gz +tomcat-native.loc=${base-tomcat.loc}/tomcat-connectors/native/tomcat-native-1.1.3.tar.gz + +# ----- Commons DBCP, version 1.1 or later ----- +commons-dbcp.version=1.2.1 +commons-dbcp.home=${base.path}/commons-dbcp-1.2.1 +commons-dbcp-src.loc=${base-jakarta.loc}/commons/dbcp/source/commons-dbcp-1.2.1-src.tar.gz + +# ----- Commons Pool, version 1.1 or later ----- +commons-pool.home=${base.path}/commons-pool-1.2 +commons-pool-src.loc=${base-jakarta.loc}/commons/pool/source/commons-pool-1.2-src.tar.gz + +# ----- Commons Collections, version 2.0 or later ----- +commons-collections.home=${base.path}/commons-collections-3.1 +commons-collections.lib=${commons-collections.home} +commons-collections.jar=${commons-collections.lib}/commons-collections-3.1.jar +commons-collections.loc=${base-jakarta.loc}/commons/collections/binaries/commons-collections-3.1.tar.gz +commons-collections-src.loc=${base-jakarta.loc}/commons/collections/source/commons-collections-3.1-src.tar.gz + diff --git a/build.xml b/build.xml index 8b4294286..96a6ced14 100644 --- a/build.xml +++ b/build.xml @@ -33,7 +33,7 @@ - + @@ -48,7 +48,12 @@ - + + + + + + @@ -62,7 +67,7 @@ - + @@ -98,7 +103,7 @@ - + @@ -160,7 +165,7 @@ - + @@ -185,10 +190,10 @@ - - + + - + @@ -217,15 +222,32 @@ - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -241,18 +263,153 @@ - + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +