summaryrefslogtreecommitdiff
path: root/java/management/eclipse-plugin/build.xml
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2008-12-02 23:23:59 +0000
committerMartin Ritchie <ritchiem@apache.org>2008-12-02 23:23:59 +0000
commiteccb81ecaebd95c47cccad22a089961c8527d044 (patch)
tree94cc919ef1298e0bc8f86abecd7bcbb90c084627 /java/management/eclipse-plugin/build.xml
parent081d94d64fa41df6f9661ad31afca0ad71fe9d12 (diff)
downloadqpid-python-eccb81ecaebd95c47cccad22a089961c8527d044.tar.gz
QPID-1500 : Add Mac OS X Management Console Build
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@722666 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/management/eclipse-plugin/build.xml')
-rw-r--r--java/management/eclipse-plugin/build.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/management/eclipse-plugin/build.xml b/java/management/eclipse-plugin/build.xml
index 5cfd13f2a5..2c36e79823 100644
--- a/java/management/eclipse-plugin/build.xml
+++ b/java/management/eclipse-plugin/build.xml
@@ -72,6 +72,12 @@
<property file="build-release-linux-gtk-x86.properties"/>
<property file="build-release-common.properties"/>
</ant>
+ <!-- mac os x -->
+ <ant antfile="build-release-macosx.xml">
+ <property file="build-release-macosx.properties"/>
+ <property file="build-release-common.properties"/>
+ </ant>
+
<!-- win32 win32 x86 -->
<ant antfile="build-release.xml">
<property file="build-release-win32-win32-x86.properties"/>