From 3f4c8d1af2f7971fbd77c3f343c6d58e3ad4935a Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Tue, 8 May 2012 22:52:34 +0000 Subject: NO-JIRA: update use of Ivy to download dependencies - Retrieve the mandatory dependencies into a 'required' subdir to allow turning on sync mode during retrieval - Lay groundwork for multiple retrieval confs to support retrieving optional dependencies in similar fashion on request git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/dep_removal@1335808 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/build.deps | 50 +++++++++++++++++++++++----------------------- qpid/java/common.xml | 24 +++++++++++----------- qpid/java/common/build.xml | 2 +- qpid/java/ivy.retrieve.xml | 4 ++++ qpid/java/module.xml | 6 +++--- 5 files changed, 45 insertions(+), 41 deletions(-) (limited to 'qpid/java') diff --git a/qpid/java/build.deps b/qpid/java/build.deps index 168e38ccf9..cb32c2a801 100644 --- a/qpid/java/build.deps +++ b/qpid/java/build.deps @@ -17,42 +17,42 @@ # under the License. # -commons-beanutils-core=lib/commons-beanutils-core-1.8.0.jar -commons-cli=lib/commons-cli-1.0.jar -commons-codec=lib/commons-codec-1.3.jar -commons-collections=lib/commons-collections-3.2.jar -commons-configuration=lib/commons-configuration-1.6.jar -commons-digester=lib/commons-digester-1.8.1.jar -commons-lang=lib/commons-lang-2.2.jar -commons-logging=lib/commons-logging-1.0.4.jar +commons-beanutils-core=lib/required/commons-beanutils-core-1.8.0.jar +commons-cli=lib/required/commons-cli-1.0.jar +commons-codec=lib/required/commons-codec-1.3.jar +commons-collections=lib/required/commons-collections-3.2.jar +commons-configuration=lib/required/commons-configuration-1.6.jar +commons-digester=lib/required/commons-digester-1.8.1.jar +commons-lang=lib/required/commons-lang-2.2.jar +commons-logging=lib/required/commons-logging-1.0.4.jar -derby-db=lib/derby-10.6.1.0.jar +derby-db=lib/required/derby-10.6.1.0.jar -geronimo-jms=lib/geronimo-jms_1.1_spec-1.0.jar -geronimo-j2ee=lib/geronimo-j2ee-connector_1.5_spec-2.0.0.jar -geronimo-jta=lib/geronimo-jta_1.1_spec-1.1.1.jar -geronimo-kernel=lib/geronimo-kernel-2.2.1.jar -geronimo-openejb=lib/geronimo-ejb_3.0_spec-1.0.1.jar -geronimo-servlet=lib/geronimo-servlet_2.5_spec-1.2.jar +geronimo-jms=lib/required/geronimo-jms_1.1_spec-1.0.jar +geronimo-j2ee=lib/required/geronimo-j2ee-connector_1.5_spec-2.0.0.jar +geronimo-jta=lib/required/geronimo-jta_1.1_spec-1.1.1.jar +geronimo-kernel=lib/required/geronimo-kernel-2.2.1.jar +geronimo-openejb=lib/required/geronimo-ejb_3.0_spec-1.0.1.jar +geronimo-servlet=lib/required/geronimo-servlet_2.5_spec-1.2.jar -junit=lib/junit-3.8.1.jar -mockito-all=lib/mockito-all-1.9.0.jar +junit=lib/required/junit-3.8.1.jar +mockito-all=lib/required/mockito-all-1.9.0.jar -gson-all=lib/gson-2.0.jar +gson-all=lib/required/gson-2.0.jar -log4j=lib/log4j-1.2.12.jar +log4j=lib/required/log4j-1.2.12.jar -slf4j-api=lib/slf4j-api-1.6.1.jar -slf4j-log4j=lib/slf4j-log4j12-1.6.1.jar +slf4j-api=lib/required/slf4j-api-1.6.1.jar +slf4j-log4j=lib/required/slf4j-log4j12-1.6.1.jar -xalan=lib/xalan-2.7.0.jar +xalan=lib/required/xalan-2.7.0.jar -felix-main=lib/org.apache.felix.main-2.0.5.jar +felix-main=lib/required/org.apache.felix.main-2.0.5.jar felix.libs=${felix-main} -jackson-core=lib/jackson-core-asl-1.9.0.jar -jackson-mapper=lib/jackson-mapper-asl-1.9.0.jar +jackson-core=lib/required/jackson-core-asl-1.9.0.jar +jackson-mapper=lib/required/jackson-mapper-asl-1.9.0.jar commons-configuration.libs = ${commons-beanutils-core} ${commons-digester} \ ${commons-codec} ${commons-lang} ${commons-collections} ${commons-configuration} diff --git a/qpid/java/common.xml b/qpid/java/common.xml index 1ce5db04f3..d602f6b367 100644 --- a/qpid/java/common.xml +++ b/qpid/java/common.xml @@ -105,15 +105,13 @@ + - - - - + @@ -122,10 +120,7 @@ - - - - + @@ -180,7 +175,7 @@ - + @@ -262,11 +257,16 @@ - + + + + + + - - + diff --git a/qpid/java/common/build.xml b/qpid/java/common/build.xml index 4cb565ca42..a78d6c4133 100644 --- a/qpid/java/common/build.xml +++ b/qpid/java/common/build.xml @@ -99,7 +99,7 @@ public class QpidBuildVersion - + diff --git a/qpid/java/ivy.retrieve.xml b/qpid/java/ivy.retrieve.xml index 6b7d1dfa18..3ce1e3b837 100644 --- a/qpid/java/ivy.retrieve.xml +++ b/qpid/java/ivy.retrieve.xml @@ -20,6 +20,10 @@ + + + + diff --git a/qpid/java/module.xml b/qpid/java/module.xml index 1aea77b488..b07a9cc35e 100644 --- a/qpid/java/module.xml +++ b/qpid/java/module.xml @@ -22,7 +22,7 @@ - + @@ -599,7 +599,7 @@ - + - + -- cgit v1.2.1