diff options
| author | Robert Gemmell <robbie@apache.org> | 2009-03-02 04:41:02 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2009-03-02 04:41:02 +0000 |
| commit | 7048ad631c4be586c6480efcbaa42d4ab1638a54 (patch) | |
| tree | c66affa7e0a175074d43a410ac63a6e5d24d3ed3 /qpid/java/management/eclipse-plugin/build-release.xml | |
| parent | 57467edca63f41be1ce777ccc11d1911a750c384 (diff) | |
| download | qpid-python-7048ad631c4be586c6480efcbaa42d4ab1638a54.tar.gz | |
QPID-1691: add Linux GTK x86-64 and Solaris GTK Sparc builds of the management console.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@749183 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 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/qpid/java/management/eclipse-plugin/build-release.xml b/qpid/java/management/eclipse-plugin/build-release.xml index b396974c9a..3cb1af194f 100644 --- a/qpid/java/management/eclipse-plugin/build-release.xml +++ b/qpid/java/management/eclipse-plugin/build-release.xml @@ -44,6 +44,9 @@ For linux libcairo-swt.so file: qpidmc.companion.library + + For solaris .xpm files: + qpidmc.solaris.xpm.files --> </condition> @@ -86,15 +89,22 @@ <fileset file="${qpidmc.companion.library}"/> </copy> </target> + + <target name="release-bin-executable-solaris-xpm-files" if="qpidmc.solaris.xpm.files"> + <!-- Copy the solaris xpm files --> + <copy todir="${release.subdir}" flatten="true" failonerror="true"> + <fileset dir="${basedir}" includes="${qpidmc.solaris.xpm.files}"/> + </copy> + </target> <target name="release-bin-rcp-deps" description="copy eclipse-rcp dependencies into module release" - depends="release-bin-executable-companion-library"> + depends="release-bin-executable-companion-library, release-bin-executable-solaris-xpm-files"> <!-- Copy the rcp executable file --> <copy todir="${release.subdir}" flatten="true" failonerror="true"> <fileset file="${qpidmc.executable}"/> </copy> - <chmod dir="${release.subdir}" perm="u+rx" includes="**/*"/> + <chmod dir="${release.subdir}" perm="u+rx" includes="qpidmc*"/> <!-- Copy remaining startup & license files --> <copy todir="${release.subdir}" flatten="true" failonerror="true"> |
