summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-02-01 14:59:49 +0000
committerRafael H. Schloming <rhs@apache.org>2008-02-01 14:59:49 +0000
commit662f7dddf17bfcdf9bfbe26bfe3d27b62de9673d (patch)
tree05acfd0ed6999f0c0aa37bc9247c25c732f6ca5b
parent68687f07bbee5e1f5fb3d743ec041122343b541a (diff)
downloadqpid-python-662f7dddf17bfcdf9bfbe26bfe3d27b62de9673d.tar.gz
more dependency fixes
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@617513 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/build.deps11
1 files 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}