diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-07-31 20:35:52 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-07-31 20:35:52 +0000 |
| commit | b87da3d2adc8ee6de3cf830ba13fa237ac6f37fb (patch) | |
| tree | c4effddc3665b1c08ca4b37742cce5d662a9d635 /qpid/java/build.deps | |
| parent | aea859610e709a0c55f4985e3cc654765ed78646 (diff) | |
| download | qpid-python-b87da3d2adc8ee6de3cf830ba13fa237ac6f37fb.tar.gz | |
added tools module to the main build
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@681477 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.deps')
| -rw-r--r-- | qpid/java/build.deps | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/java/build.deps b/qpid/java/build.deps index cbc881f0a5..5ba09dc468 100644 --- a/qpid/java/build.deps +++ b/qpid/java/build.deps @@ -30,6 +30,7 @@ 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} ${junit} +tools.libs=${client.libs} broker.libs=${common.libs} ${commons-cli} ${commons-logging} ${log4j} \ ${slf4j-log4j} ${xalan} ${felix.libs} @@ -74,4 +75,5 @@ management-eclipse-plugin.libs=${commons-codec} ${ibm-icu} ${ecl-core-jface} \ common.test.libs=${test.libs} broker.test.libs=${test.libs} client.test.libs=${broker.libs} ${test.libs} +tools.test.libs=${client.test.libs} management-eclipse-plugin.test.libs=${systests.libs} |
