summaryrefslogtreecommitdiff
path: root/qpid/java/module.xml
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
commit5fad36aa59042a95dfb9d8d15a2d43924318ffa6 (patch)
tree6c48a229e4124a271df9c61b71cb8f995be32d57 /qpid/java/module.xml
parentc9ec0b9db514d9d31f0e915fc75075c1b2a85d19 (diff)
downloadqpid-python-5fad36aa59042a95dfb9d8d15a2d43924318ffa6.tar.gz
QPID-3994: add property for bnd jar location
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1338060 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
-rw-r--r--qpid/java/module.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml
index b07a9cc35e..68a2fac9c3 100644
--- a/qpid/java/module.xml
+++ b/qpid/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"