From f83677056891e436bf5ba99e79240df2a44528cd Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Fri, 21 Oct 2011 14:42:12 +0000 Subject: Merged out from trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-2519@1187375 13f79535-47bb-0310-9956-ffa450edef68 --- java/lib/bdbstore/README.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 java/lib/bdbstore/README.txt (limited to 'java/lib/bdbstore') diff --git a/java/lib/bdbstore/README.txt b/java/lib/bdbstore/README.txt new file mode 100644 index 0000000000..80adb199bf --- /dev/null +++ b/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 -- cgit v1.2.1