summaryrefslogtreecommitdiff
path: root/qpid/java/build.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2009-07-11 15:51:17 +0000
committerRobert Gemmell <robbie@apache.org>2009-07-11 15:51:17 +0000
commit458c517069481fe2ef82d1b21c97efc79f3b9b83 (patch)
treeca1695fc10e8ee726c74d07e5901d6211cb9eb3b /qpid/java/build.xml
parent3caf4c5ecd632b81454924ad000a4c323e9bba29 (diff)
downloadqpid-python-458c517069481fe2ef82d1b21c97efc79f3b9b83.tar.gz
QPID-1926: modify management-common module to output an osgi bundle, and have the JMX MC use this jar
directly instead of wrapping the old module jar with an RCP plugin manifest git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793189 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
-rw-r--r--qpid/java/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml
index 0636ee8870..bd30467a9b 100644
--- a/qpid/java/build.xml
+++ b/qpid/java/build.xml
@@ -106,7 +106,7 @@
<iterate target="bundle"/>
</target>
- <target name="release-bin" description="build a binary release artifact" depends="build">
+ <target name="release-bin" description="build a binary release artifact" depends="build,bundle">
<iterate target="release-bin"/>
</target>