diff options
| author | Robert Gemmell <robbie@apache.org> | 2011-09-24 20:16:00 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2011-09-24 20:16:00 +0000 |
| commit | cbcb239474c989b1646c81e0e1e613f8758fa411 (patch) | |
| tree | 4a55185a0ac2a00874fbbd1c3a5d96544faa6659 /java/build.deps | |
| parent | bfd55b2084a8e407b3b786895431af687ef3a2f9 (diff) | |
| download | qpid-python-cbcb239474c989b1646c81e0e1e613f8758fa411.tar.gz | |
QPID-3504: add the Java broker bdbstore to the build as an optional module
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1175235 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.deps')
| -rw-r--r-- | java/build.deps | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/build.deps b/java/build.deps index 2c56a4a911..d0691275ff 100644 --- a/java/build.deps +++ b/java/build.deps @@ -135,3 +135,8 @@ broker-plugins-experimental-info.test.libs=${test.libs} ${servlet-api} ${jetty} management-eclipse-plugin.test.libs=${test.libs} management-common.test.libs=${test.libs} + +# optional bdbstore module deps +bdb-je=lib/bdbstore/je-4.0.103.jar +bdbstore.libs=${bdb-je} +bdbstore.test.libs=${test.libs} |
