Author: remm Date: Wed Apr 12 09:01:42 2006 New Revision: 393491 URL: http://svn.apache.org/viewcvs?rev=393491&view=rev Log: - Add the usual download target (including building JDT and DBCP). Modified: tomcat/tc6.0.x/trunk/build.properties.default tomcat/tc6.0.x/trunk/build.xml Modified: tomcat/tc6.0.x/trunk/build.properties.default URL: http://svn.apache.org/viewcvs/tomcat/tc6.0.x/trunk/build.properties.default?rev=393491&r1=393490&r2=393491&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/build.properties.default (original) +++ tomcat/tc6.0.x/trunk/build.properties.default Wed Apr 12 09:01:42 2006 @@ -20,6 +20,8 @@ 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.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 + Modified: tomcat/tc6.0.x/trunk/build.xml URL: http://svn.apache.org/viewcvs/tomcat/tc6.0.x/trunk/build.xml?rev=393491&r1=393490&r2=393491&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/build.xml (original) +++ tomcat/tc6.0.x/trunk/build.xml Wed Apr 12 09:01:42 2006 @@ -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 @@ - + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org