diff options
| author | Weston M. Price <wprice@apache.org> | 2012-05-04 17:38:55 +0000 |
|---|---|---|
| committer | Weston M. Price <wprice@apache.org> | 2012-05-04 17:38:55 +0000 |
| commit | 539fac4208471c6bcb643b04315629e1c50ca7cd (patch) | |
| tree | b05c9a5297e7989db3b171b106df76a23431dc07 /java/build.deps | |
| parent | 0ad601ba75d43c16cea612382b70ce390be93b29 (diff) | |
| download | qpid-python-539fac4208471c6bcb643b04315629e1c50ca7cd.tar.gz | |
NO-JIRA: JCA Cleanup
*Renamed module.name in JCA project to be in line with directory
*Removed hack in build.deps to satisfy system tests and jca compile
time dependencies
*Added Apache Geronimo servlet jar for JCA examples
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1334080 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.deps')
| -rw-r--r-- | java/build.deps | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/java/build.deps b/java/build.deps index 76b1461fe2..168e38ccf9 100644 --- a/java/build.deps +++ b/java/build.deps @@ -33,6 +33,7 @@ geronimo-j2ee=lib/geronimo-j2ee-connector_1.5_spec-2.0.0.jar geronimo-jta=lib/geronimo-jta_1.1_spec-1.1.1.jar geronimo-kernel=lib/geronimo-kernel-2.2.1.jar geronimo-openejb=lib/geronimo-ejb_3.0_spec-1.0.1.jar +geronimo-servlet=lib/geronimo-servlet_2.5_spec-1.2.jar junit=lib/junit-3.8.1.jar mockito-all=lib/mockito-all-1.9.0.jar @@ -139,17 +140,13 @@ testkit.test.libs=${test.libs} systests.libs=${test.libs} perftests.test.libs=${test.libs} -broker-plugins.test.libs=${test.libs} +broker-plugins.test.libs=${test.libs} management-eclipse-plugin.test.libs=${test.libs} management-common.test.libs=${test.libs} # JCA Resource adapter -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.libs=${geronimo-j2ee} ${geronimo-jta} ${geronimo-jms} ${test.libs} ${geronimo-kernel} ${geronimo-openejb} ${geronimo-servlet} jca.test.libs=${test.libs} # optional bdbstore module deps |
