diff options
| author | Robert Gemmell <robbie@apache.org> | 2012-05-14 08:43:50 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2012-05-14 08:43:50 +0000 |
| commit | e5fe7cc42416b83224b1c12dd7ca425a2fc3dcdb (patch) | |
| tree | 8bf117f8f9c79f39dc3224d293a076489c9c6d16 /java/module.xml | |
| parent | 631a22a29f00c3db927d8e549b9b05d3e515dc4e (diff) | |
| download | qpid-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/module.xml')
| -rw-r--r-- | java/module.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
