diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-10-09 21:17:17 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-10-09 21:17:17 +0000 |
| commit | 88cd0e14d9c8b981da2424aec1f205acc37b2782 (patch) | |
| tree | fb88edd20f8ff93904c64ea8add60cd32e041caa /qpid/java/build.deps | |
| parent | 48ee75d4252bce8738395384b6f9daae4d251f34 (diff) | |
| download | qpid-python-88cd0e14d9c8b981da2424aec1f205acc37b2782.tar.gz | |
QPID-1342: fixed qpid-cli build and shell scripts; tests still don't run properly by default since the expect the java broker to be running
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@703262 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.deps')
| -rw-r--r-- | qpid/java/build.deps | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/qpid/java/build.deps b/qpid/java/build.deps index 8db5fbcf7e..c201bdbab2 100644 --- a/qpid/java/build.deps +++ b/qpid/java/build.deps @@ -10,6 +10,9 @@ commons-logging=lib/commons-logging-1.0.4.jar geronimo-jms=lib/geronimo-jms_1.1_spec-1.0.jar junit=lib/junit-3.8.1.jar +junit4=lib/junit-4.4.jar + +jline=lib/jline-0.9.94.jar log4j=lib/log4j-1.2.12.jar @@ -29,8 +32,8 @@ felix.libs=${osgi-core} ${felix-framework} common.libs=${slf4j-api} ${backport-util-concurrent} ${mina-core} \ ${mina-filter-ssl} ${commons-codec} ${commons-lang} ${commons-collections} \ - ${commons-configuration} -client.libs=${common.libs} ${geronimo-jms} + ${commons-configuration} +client.libs=${common.libs} ${geronimo-jms} tools.libs=${client.libs} broker.libs=${common.libs} ${commons-cli} ${commons-logging} ${log4j} \ ${slf4j-log4j} ${xalan} ${felix.libs} ${build.lib}/${project.name}-common-${project.version}.jar @@ -72,6 +75,7 @@ management-eclipse-plugin.libs=${commons-codec} ${ibm-icu} ${ecl-core-jface} \ ${ecl-core-runtime-compat-registry} ${ecl-equinox-common} \ ${ecl-equinox-prefs} ${ecl-equinox-registry} ${ecl-help} ${ecl-osgi} \ ${ecl-swt} ${ecl-swt-win32} ${ecl-ui} ${ecl-ui-forms} ${ecl-ui-workbench} +management-tools-qpid-cli.libs=${common.libs} ${jline} common.test.libs=${test.libs} broker.test.libs=${test.libs} @@ -81,3 +85,4 @@ tools.test.libs=${client.test.libs} testkit.test.libs=${test.libs} management-eclipse-plugin.test.libs=${systests.libs} broker-plugins.test.libs=${test.libs} +management-tools-qpid-cli.test.libs=${junit4} ${slf4j-log4j} ${log4j} ${client.libs} |
