Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 28614 invoked from network); 12 Apr 2006 16:03:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Apr 2006 16:03:02 -0000 Received: (qmail 9892 invoked by uid 500); 12 Apr 2006 16:02:51 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 9850 invoked by uid 500); 12 Apr 2006 16:02:50 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 9839 invoked by uid 500); 12 Apr 2006 16:02:50 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 9836 invoked by uid 99); 12 Apr 2006 16:02:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Apr 2006 09:02:50 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 12 Apr 2006 09:02:49 -0700 Received: (qmail 28085 invoked by uid 65534); 12 Apr 2006 16:02:16 -0000 Message-ID: <20060412160216.27918.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r393491 - in /tomcat/tc6.0.x/trunk: build.properties.default build.xml Date: Wed, 12 Apr 2006 16:01:58 -0000 To: tomcat-dev@jakarta.apache.org From: remm@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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