diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2012-03-08 21:41:45 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2012-03-08 21:41:45 +0000 |
| commit | edb6274b32af55b003490d429797c9d33a601a5b (patch) | |
| tree | d8b4dcd26ecbee8eea76246114163d90fbe825a4 /java/build.deps | |
| parent | c22e94b05d3959af14eceb71938f6e33aeee0de2 (diff) | |
| download | qpid-python-edb6274b32af55b003490d429797c9d33a601a5b.tar.gz | |
QPID-3751 Committing patch from Weston Price.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1298597 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.deps')
| -rw-r--r-- | java/build.deps | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/java/build.deps b/java/build.deps index baf263e6a7..fe0ca6362b 100644 --- a/java/build.deps +++ b/java/build.deps @@ -118,7 +118,7 @@ management-eclipse-plugin-macosx.libs=${management-eclipse-plugin.core-libs} \ ${ecl-swt-macosx-carbon} ${ecl-equinox-launcher-macosx-carbon} ${ecl-core-runtime-compat-registry} management-eclipse-plugin-solaris-gtk-sparc.libs=${management-eclipse-plugin.core-libs} \ ${ecl-swt-solaris-gtk-sparc} ${ecl-equinox-launcher-solaris-gtk-sparc} ${ecl-core-runtime-compat-registry} - + common.test.libs=${test.libs} broker.test.libs=${test.libs} client.test.libs=${test.libs} @@ -133,7 +133,12 @@ management-eclipse-plugin.test.libs=${test.libs} management-common.test.libs=${test.libs} # JCA Resource adapter -ra.libs=${geronimo-j2ee} ${geronimo-jta} ${geronimo-jms} ${slf4j-api} ${geronimo-kernel} ${geronimo-openejb} +ra.libs=${geronimo-j2ee} ${geronimo-jta} ${geronimo-jms} ${test.libs} ${geronimo-kernel} ${geronimo-openejb} +ra.test.libs=${test.libs} + +#note this is a hack because systests is looking for 'jca' versus 'ra' we need to do this twice +jca.libs=${geronimo-j2ee} ${geronimo-jta} ${geronimo-jms} ${test.libs} ${geronimo-kernel} ${geronimo-openejb} +jca.test.libs=${test.libs} # optional bdbstore module deps bdb-je=lib/bdbstore/je-5.0.34.jar |
