diff options
| author | Robert Gemmell <robbie@apache.org> | 2009-07-11 15:51:17 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2009-07-11 15:51:17 +0000 |
| commit | 458c517069481fe2ef82d1b21c97efc79f3b9b83 (patch) | |
| tree | ca1695fc10e8ee726c74d07e5901d6211cb9eb3b /qpid/java/build.xml | |
| parent | 3caf4c5ecd632b81454924ad000a4c323e9bba29 (diff) | |
| download | qpid-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.xml | 2 |
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> |
