From 1541c783a29e759bf5f081bc34aff92e240abd72 Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 9 Feb 2010 10:24:37 +0000 Subject: [PATCH] Split out the download target so only dependencies for the current target are downloaded rather than everything Move the bayeux download to the bayeux build file git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@907991 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties.default | 15 +++++----- build.xml | 77 ++++++++++++++++++++++++++---------------------- modules/bayeux/build.xml | 6 ++++ 3 files changed, 56 insertions(+), 42 deletions(-) diff --git a/build.properties.default b/build.properties.default index 1a34fc185..968d5dc6d 100644 --- a/build.properties.default +++ b/build.properties.default @@ -105,18 +105,19 @@ commons-daemon.jar=${commons-daemon.lib}/commons-daemon.jar commons-daemon.loc=${base-commons.loc}/daemon/binaries/commons-daemon-1.0.1.tar.gz commons-daemon.jsvc.tar.gz=${commons-daemon.lib}/bin/jsvc.tar.gz -# ----- JSON Libraries, +# ----- JUnit Unit Test Suite, version 3.7 or later ----- +junit.home=${base.path}/junit3.8.2 +junit.lib=${junit.home} +junit.jar=${junit.lib}/junit.jar +junit.loc=${base-sf.loc}/junit/junit3.8.2.zip + +# ----- JSON Libraries (for bayeux module) ----- json-lib.home=${base.path}/json-20080701 json-lib.lib=http://repo1.maven.org/maven2/org/json/json/20080701/json-20080701.jar json-lib.jar=json.jar -# ----- Dojo Toolkit +# ----- Dojo Toolkit (for bayeux module) ----- dojo-js.home=${base.path}/dojo-release-1.1.1 dojo-js.loc=http://download.dojotoolkit.org/release-1.1.1/dojo-release-1.1.1.tar.gz dojo-js.jar=${dojo-js.home}/dojo/dojo.js -# ----- JUnit Unit Test Suite, version 3.7 or later ----- -junit.home=${base.path}/junit3.8.2 -junit.lib=${junit.home} -junit.jar=${junit.lib}/junit.jar -junit.loc=${base-sf.loc}/junit/junit3.8.2.zip diff --git a/build.xml b/build.xml index a8e673715..35ec7ffc0 100644 --- a/build.xml +++ b/build.xml @@ -362,7 +362,7 @@ - + - + - + @@ -1622,9 +1622,11 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. - - + + + + @@ -1632,24 +1634,6 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. - - - - - - - - - - - - - - - - - - @@ -1665,14 +1649,14 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. - + - + @@ -1686,26 +1670,49 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. + + + + - - - + + + + + + + + + + + + + - - - + + + + + + + + + - - - + + + + diff --git a/modules/bayeux/build.xml b/modules/bayeux/build.xml index 348bf96cb..d4af12221 100644 --- a/modules/bayeux/build.xml +++ b/modules/bayeux/build.xml @@ -79,6 +79,12 @@ + + + + + + -- 2.11.0