diff options
| author | Robert Godfrey <rgodfrey@apache.org> | 2012-05-15 20:32:21 +0000 |
|---|---|---|
| committer | Robert Godfrey <rgodfrey@apache.org> | 2012-05-15 20:32:21 +0000 |
| commit | c4bed7536eab21c7af8d10b96ebc2c7eacbf7283 (patch) | |
| tree | d04b45f140318da32c416ef33e19a7a74291dca4 /qpid/java/bdbstore | |
| parent | 02d94a471f6c89c2277c937bcf8544ad485651b1 (diff) | |
| download | qpid-python-c4bed7536eab21c7af8d10b96ebc2c7eacbf7283.tar.gz | |
QPID-3996 : [Java Broker] update BDB depency to latest version
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1338878 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/bdbstore')
| -rw-r--r-- | qpid/java/bdbstore/build.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/qpid/java/bdbstore/build.xml b/qpid/java/bdbstore/build.xml index 7a95dde8a7..7c305c7c2f 100644 --- a/qpid/java/bdbstore/build.xml +++ b/qpid/java/bdbstore/build.xml @@ -23,10 +23,6 @@ <import file="../module.xml" /> - <property name="bdb.lib.dir" value="${project.root}/lib/bdbstore" /> - <property name="bdb.version" value="5.0.34" /> - <property name="bdb.jar.file" value="${bdb.lib.dir}/je-${bdb.version}.jar" /> - <condition property="download.bdb.jar"> <or> <istrue value="${download-bdb}"/> @@ -37,7 +33,7 @@ <!--check whether the BDB jar is present, possibly after download--> <target name="check-bdb-jar"> - <available file="${bdb.jar.file}" type="file" property="bdb.jar.available"/> + <available file="${project.root}/${bdb-je}" type="file" property="bdb.jar.available"/> </target> <!--echo that BDB is required if it isnt present, with associated licencing note--> |
