diff options
| author | Aidan Skinner <aidan@apache.org> | 2009-02-24 13:29:59 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2009-02-24 13:29:59 +0000 |
| commit | 29f3702dedf1753f350a412a6c026df72caa8534 (patch) | |
| tree | 0770baa7c3a32c26ff3d297dd66d751f154f2409 /java/build.deps | |
| parent | 83112cef98e6c777b0b8c93deef79969f4e0d10a (diff) | |
| download | qpid-python-29f3702dedf1753f350a412a6c026df72caa8534.tar.gz | |
Fix build deps file
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@747376 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.deps')
| -rw-r--r-- | java/build.deps | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/java/build.deps b/java/build.deps index 2a6eee6478..24710893bc 100644 --- a/java/build.deps +++ b/java/build.deps @@ -73,9 +73,8 @@ geronimo-servlet=lib/geronimo-servlet_2.5_spec-1.2.jar felix.libs=${osgi-core} ${felix-framework} common.libs=${slf4j-api} ${backport-util-concurrent} ${mina-core} \ - ${mina-filter-ssl} ${commons-beanutils-core} ${commons-codec} \ - ${commons-lang} ${commons-collections} ${commons-configuration} \ - ${commons-digester} + ${mina-filter-ssl} ${commons-beanutils-core} ${commons-digester} ${commons-codec} ${commons-lang} ${commons-collections} \ + ${commons-configuration} client.libs=${common.libs} ${geronimo-jms} tools.libs=${client.libs} broker.libs=${common.libs} ${commons-cli} ${commons-logging} ${log4j} \ |
