diff options
| author | Aidan Skinner <aidan@apache.org> | 2009-01-07 13:32:59 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2009-01-07 13:32:59 +0000 |
| commit | 400cf393e1a7758d7e08093fcb62bfbd1e8881a3 (patch) | |
| tree | f52957f2f9ffc306c2d41b59a0edaec675168f1d /qpid/java/management/eclipse-plugin/build-release.xml | |
| parent | de26a37fe587e9ddd8814c0fb9193617daf5dbc5 (diff) | |
| download | qpid-python-400cf393e1a7758d7e08093fcb62bfbd1e8881a3.tar.gz | |
QPID-1539: add management/common module. Move SASL and login code there.
Make gui depend on management common and OSGify it a bit.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732330 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/management/eclipse-plugin/build-release.xml')
| -rw-r--r-- | qpid/java/management/eclipse-plugin/build-release.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/qpid/java/management/eclipse-plugin/build-release.xml b/qpid/java/management/eclipse-plugin/build-release.xml index b116fcb55c..46eca58424 100644 --- a/qpid/java/management/eclipse-plugin/build-release.xml +++ b/qpid/java/management/eclipse-plugin/build-release.xml @@ -33,6 +33,7 @@ <isset property ="eclipse.ini"/> <isset property ="license.eclipse.txt"/> <isset property ="jmxremote.sasl.manifest"/> + <isset property ="qpidmanagementcommon.manifest"/> <!-- platform specific properties --> <isset property ="bin.includes"/> <isset property ="release.name"/> @@ -66,6 +67,16 @@ </copy> </target> + <target name="release-bin-qpidmanagementcommon-plugin"> + <!-- Copy the management common plugin's manifest, creating its plugin directory --> + <copy todir="${release.subdir}/eclipse/plugins/qpid-management-common_1.0.0/META-INF" flatten="true" failonerror="true"> + <fileset file="${qpidmanagementcommon.manifest}"/> + </copy> + <copy todir="${release.subdir}/eclipse/plugins/qpid-management-common_1.0.0/" flatten="true" failonerror="true"> + <fileset file="${build.lib}/qpid-management-common-${project.version}.jar"/> + </copy> + </target> + <target name="copy-executable" description="Copy eclipse-rcp execuitable" if="eclipse.executable"> <!-- Copy the eclipse rcp executable files --> @@ -147,6 +158,6 @@ <target name="release-bin" depends="check,release-bin-prepare,release-bin-rcp-deps, - release-bin-mcplugin-jar,release-bin-jmxremote-plugin,release-bin-zip,release-bin-gzip"/> + release-bin-mcplugin-jar,release-bin-qpidmanagementcommon-plugin,release-bin-jmxremote-plugin,release-bin-zip,release-bin-gzip"/> </project> |
