summaryrefslogtreecommitdiff
path: root/java/management/eclipse-plugin/build.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2009-03-02 04:41:02 +0000
committerRobert Gemmell <robbie@apache.org>2009-03-02 04:41:02 +0000
commitd1450765275741593b51c9f7c4625bb1bf21602c (patch)
tree1572bd7ad29fd857021e5094c294e381755f3a3b /java/management/eclipse-plugin/build.xml
parent4cb1764f7c6d7ef0825609eae2c4d7ec87b2d61e (diff)
downloadqpid-python-d1450765275741593b51c9f7c4625bb1bf21602c.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/qpid@749183 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/management/eclipse-plugin/build.xml')
-rw-r--r--java/management/eclipse-plugin/build.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/java/management/eclipse-plugin/build.xml b/java/management/eclipse-plugin/build.xml
index 4dd279f721..8513c6487d 100644
--- a/java/management/eclipse-plugin/build.xml
+++ b/java/management/eclipse-plugin/build.xml
@@ -70,6 +70,19 @@
<property file="build-release-linux-gtk-x86.properties"/>
<property file="build-release-common.properties"/>
</ant>
+
+ <!-- linux gtk x86_64 -->
+ <ant antfile="build-release.xml">
+ <property file="build-release-linux-gtk-x86_64.properties"/>
+ <property file="build-release-common.properties"/>
+ </ant>
+
+ <!-- solaris gtk sparc -->
+ <ant antfile="build-release.xml">
+ <property file="build-release-solaris-gtk-sparc.properties"/>
+ <property file="build-release-common.properties"/>
+ </ant>
+
<!-- mac os x -->
<ant antfile="build-release-macosx.xml">
<property file="build-release-macosx.properties"/>