summaryrefslogtreecommitdiff
path: root/java/build.deps
diff options
context:
space:
mode:
Diffstat (limited to 'java/build.deps')
-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}