summaryrefslogtreecommitdiff
path: root/qpid/java/lib
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2011-09-24 20:16:00 +0000
committerRobert Gemmell <robbie@apache.org>2011-09-24 20:16:00 +0000
commit4f16012afa83507eca6400ec4e912fef19483a49 (patch)
tree0a9ee4d437af65c0b07032a8dc7456fa3017a30c /qpid/java/lib
parent17c0147dc010adc05aa503c2e907ca722d7b32b4 (diff)
downloadqpid-python-4f16012afa83507eca6400ec4e912fef19483a49.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@1175235 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/lib')
-rw-r--r--qpid/java/lib/bdbstore/README.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/qpid/java/lib/bdbstore/README.txt b/qpid/java/lib/bdbstore/README.txt
new file mode 100644
index 0000000000..80adb199bf
--- /dev/null
+++ b/qpid/java/lib/bdbstore/README.txt
@@ -0,0 +1,14 @@
+The BDB JE jar must be downloaded into this directory in order to allow the optional bdbstore module to be built against it.
+
+*NOTE* The BDB JE library is licensed under the Sleepycat Licence [1], which is not compatible with the Apache Lience v2.0. As a result, the BDB JE library is not distributed with the project, and the optional bdbstore module is not compiled by default.
+
+The jar file may be downloaded by either:
+
+ Seperately running the following command from the qpid/java/bdbstore dir: ant download-bdb
+
+ OR
+
+ Adding -Ddownload-bdb=true to your regular build command
+
+
+[1] http://www.oracle.com/technetwork/database/berkeleydb/downloads/jeoslicense-086837.html