diff options
| author | Robert Gemmell <robbie@apache.org> | 2012-05-11 15:36:49 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2012-05-11 15:36:49 +0000 |
| commit | ed95fde2dc61790686a98106ad1fbd8ff15a510a (patch) | |
| tree | f226507c5002ec0da3660f1ffc52d9c42867b915 /qpid/java/lib/bdbstore | |
| parent | 627984e1ae185bfeae12ad8c1d5f5e2024f7f414 (diff) | |
| download | qpid-python-ed95fde2dc61790686a98106ad1fbd8ff15a510a.tar.gz | |
QPID-3994: use Ivy to download the main component dependencies during the build, and the optional bdb-je dependency on request, enabling removal of the main component dependencies from the repository and the 'source release' artifacts.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1337211 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/lib/bdbstore')
| -rw-r--r-- | qpid/java/lib/bdbstore/README.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/qpid/java/lib/bdbstore/README.txt b/qpid/java/lib/bdbstore/README.txt deleted file mode 100644 index 80adb199bf..0000000000 --- a/qpid/java/lib/bdbstore/README.txt +++ /dev/null @@ -1,14 +0,0 @@ -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 |
