summaryrefslogtreecommitdiff
path: root/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
commite1575a2b704902b171360f0c7f7243a5b10600ef (patch)
tree7a8c7088f3a9ffe47d955375db90ddf661789dcb /java/management/eclipse-plugin/build-release-macosx.xml
parentfccf3ba859d6da2bf619f7e156edde1154f0ef95 (diff)
downloadqpid-python-e1575a2b704902b171360f0c7f7243a5b10600ef.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/qpid@793189 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/management/eclipse-plugin/build-release-macosx.xml')
-rw-r--r--java/management/eclipse-plugin/build-release-macosx.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/java/management/eclipse-plugin/build-release-macosx.xml b/java/management/eclipse-plugin/build-release-macosx.xml
index 49be6e8c4b..3e3c47b6fb 100644
--- a/java/management/eclipse-plugin/build-release-macosx.xml
+++ b/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>