summaryrefslogtreecommitdiff
path: root/qpid/java/management/eclipse-plugin/build-release-macosx.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/management/eclipse-plugin/build-release-macosx.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/management/eclipse-plugin/build-release-macosx.xml')
-rw-r--r--qpid/java/management/eclipse-plugin/build-release-macosx.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/qpid/java/management/eclipse-plugin/build-release-macosx.xml b/qpid/java/management/eclipse-plugin/build-release-macosx.xml
index 49be6e8c4b..3e3c47b6fb 100644
--- a/qpid/java/management/eclipse-plugin/build-release-macosx.xml
+++ b/qpid/java/management/eclipse-plugin/build-release-macosx.xml
@@ -38,14 +38,10 @@
</copy>
</target>
- <target name="release-bin-qpidmanagementcommon-plugin">
- <!-- Copy the management common plugin's manifest, creating its plugin directory -->
- <copy todir="${release.app}/plugins/qpid-management-common_1.0.0/META-INF" flatten="true" failonerror="true">
- <fileset file="${qpidmanagementcommon.manifest}"/>
- </copy>
- <!-- Copy the qpid management-common module jar -->
- <copy tofile="${release.app}/plugins/qpid-management-common_1.0.0/qpid-management-common.jar" flatten="true" failonerror="true">
- <fileset file="${build.lib}/qpid-management-common-${project.version}.jar"/>
+ <target name="release-bin-qpid-management-common-plugin">
+ <!-- Copy the qpid-management-common module osgi jar -->
+ <copy todir="${release.app}/plugins" flatten="true" failonerror="true">
+ <fileset file="${build.lib}/qpid-management-common_${project.version}.osgi.jar"/>
</copy>
</target>