From 662f7dddf17bfcdf9bfbe26bfe3d27b62de9673d Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Fri, 1 Feb 2008 14:59:49 +0000 Subject: more dependency fixes git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@617513 13f79535-47bb-0310-9956-ffa450edef68 --- java/build.deps | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/java/build.deps b/java/build.deps index a842bbff76..50d3b65bcf 100644 --- a/java/build.deps +++ b/java/build.deps @@ -20,12 +20,14 @@ slf4j-log4j=lib/slf4j-log4j12-1.4.0.jar xalan=lib/xalan-2.7.0.jar +test.libs=${log4j} ${slf4j-log4j} ${junit} ${junit-toolkit} + common.libs=${slf4j-api} ${mina-core} ${mina-filter-ssl} ${commons-codec} \ ${commons-lang} ${commons-collections} ${commons-configuration} client.libs=${common.libs} ${geronimo-jms} broker.libs=${common.libs} ${commons-cli} ${commons-logging} ${log4j} \ ${slf4j-log4j} ${xalan} -systests.libs=${client.libs} ${junit} ${junit-toolkit} +systests.libs=${client.libs} ${test.libs} perftests.libs=${systests.libs} integrationtests.libs=${systests.libs} @@ -56,12 +58,7 @@ management-eclipse-plugin.libs=${commons-codec} ${ibm-icu} ${ecl-core-jface} \ ${ecl-equinox-prefs} ${ecl-equinox-registry} ${ecl-help} ${ecl-osgi} \ ${ecl-swt} ${ecl-swt-win32} ${ecl-ui} ${ecl-ui-forms} ${ecl-ui-workbench} -test.libs=${log4j} ${slf4j-log4j} ${junit} ${junit-toolkit} - common.test.libs=${test.libs} broker.test.libs=${test.libs} client.test.libs=${broker.libs} ${test.libs} -systests.test.libs=${broker.libs} ${test.libs} -perftests.test.libs=${systests.test.libs} -integrationtests.test.libs=${systests.test.libs} -management-eclipse-plugin.test.libs=${systests.test.libs} +management-eclipse-plugin.test.libs=${systests.libs} -- cgit v1.2.1