diff options
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/build.deps | 2 | ||||
| -rw-r--r-- | qpid/java/module.xml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/qpid/java/build.deps b/qpid/java/build.deps index 518d3e2ce9..6c765bf726 100644 --- a/qpid/java/build.deps +++ b/qpid/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/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" |
