summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-05-14 08:43:50 +0000
committerRobert Gemmell <robbie@apache.org>2012-05-14 08:43:50 +0000
commite5fe7cc42416b83224b1c12dd7ca425a2fc3dcdb (patch)
tree8bf117f8f9c79f39dc3224d293a076489c9c6d16 /java
parent631a22a29f00c3db927d8e549b9b05d3e515dc4e (diff)
downloadqpid-python-e5fe7cc42416b83224b1c12dd7ca425a2fc3dcdb.tar.gz
QPID-3994: add property for bnd jar location
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1338060 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/build.deps2
-rw-r--r--java/module.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/java/build.deps b/java/build.deps
index 518d3e2ce9..6c765bf726 100644
--- a/java/build.deps
+++ b/java/build.deps
@@ -54,6 +54,8 @@ felix.libs=${felix-main}
jackson-core=lib/required/jackson-core-asl-1.9.0.jar
jackson-mapper=lib/required/jackson-mapper-asl-1.9.0.jar
+bnd=lib/required/bnd-0.0.384.jar
+
commons-configuration.libs = ${commons-beanutils-core} ${commons-digester} \
${commons-codec} ${commons-lang} ${commons-collections} ${commons-configuration}
diff --git a/java/module.xml b/java/module.xml
index b07a9cc35e..68a2fac9c3 100644
--- a/java/module.xml
+++ b/java/module.xml
@@ -599,7 +599,7 @@
<target name="bundle" description="Build module osgi artifact. Override and depend on bundle-tasks to use"/>
<target name="bundle-tasks" depends="jar">
- <taskdef resource="aQute/bnd/ant/taskdef.properties" classpath="${project.root}/lib/required/bnd-0.0.384.jar"/>
+ <taskdef resource="aQute/bnd/ant/taskdef.properties" classpath="${project.root}/${bnd}"/>
<echo message="Bundling ${build}/lib/${module.namever}.jar with ${module.src}/${module.name}.bnd"/>
<bnd
classpath="${build}/lib/${module.namever}.jar"