summaryrefslogtreecommitdiff
path: root/qpid/java/module.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2010-08-01 16:49:43 +0000
committerRobert Gemmell <robbie@apache.org>2010-08-01 16:49:43 +0000
commit1eec90b201e18e3ae8efa26ebbbf5a7ea0aa50f5 (patch)
tree317f1635413fb302a9939574368136be6546cd82 /qpid/java/module.xml
parente2f26a346d21578025c1b27ddbc837bfe452b193 (diff)
downloadqpid-python-1eec90b201e18e3ae8efa26ebbbf5a7ea0aa50f5.tar.gz
QPID-2717: Upgrade the bnd to version 0.0.384
Applied patch from Sorin Suciu <ssuciu@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@981268 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 76e6228e9b..228f2fd722 100644
--- a/qpid/java/module.xml
+++ b/qpid/java/module.xml
@@ -553,7 +553,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/bnd-0.0.249.jar"/>
+ <taskdef resource="aQute/bnd/ant/taskdef.properties" classpath="${project.root}/lib/bnd-0.0.384.jar"/>
<echo message="Bundling ${build}/lib/${module.namever}.jar with ${module.src}/${module.name}.bnd"/>
<bnd
classpath="${build}/lib/${module.namever}.jar"