summaryrefslogtreecommitdiff
path: root/java/build.deps
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/build.deps
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/build.deps')
-rw-r--r--java/build.deps13
1 files changed, 8 insertions, 5 deletions
diff --git a/java/build.deps b/java/build.deps
index 9c1f09ee5e..6d0dd1eeb4 100644
--- a/java/build.deps
+++ b/java/build.deps
@@ -67,10 +67,12 @@ ecl-help=lib/org.eclipse.help_3.2.0.jar
ecl-osgi=lib/org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar
ecl-swt=lib/org.eclipse.swt_3.4.1.v3449c.jar
ecl-swt-win32-win32-x86=lib/org.eclipse.swt.win32.win32.x86_3.2.0.jar
+ecl-unix-shared=lib/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
ecl-swt-linux-gtk-x86=lib/org.eclipse.swt.gtk.linux.x86_3.4.1.v3449c.jar \
- lib/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v20080805/ \
- lib/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
-
+ lib/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v20080805/*
+ecl-swt-macosx=lib/org.eclipse.swt.carbon.macosx_3.4.1.v3449c.jar \
+ lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/*
+
ecl-ui=lib/org.eclipse.ui_3.2.0.jar
ecl-ui-forms=lib/org.eclipse.ui.forms_3.2.0.jar
ecl-ui-workbench=lib/org.eclipse.ui.workbench_3.2.1.jar
@@ -83,9 +85,10 @@ management-eclipse-plugin.core-libs=${ibm-icu} ${ecl-core-jface} \
${ecl-swt} ${ecl-ui} ${ecl-ui-forms} ${ecl-ui-workbench}
management-eclipse-plugin-win32-win32-x86.libs=${management-eclipse-plugin.core-libs} ${ecl-swt-win32-win32-x86}
-management-eclipse-plugin-linux-gtk-x86.libs=${management-eclipse-plugin.core-libs} ${ecl-swt-linux-gtk-x86}
+management-eclipse-plugin-linux-gtk-x86.libs=${management-eclipse-plugin.core-libs} ${ecl-unix-shared} ${ecl-swt-linux-gtk-x86}
+management-eclipse-plugin-macosx.libs=${management-eclipse-plugin.core-libs} ${ecl-unix-shared} ${ecl-swt-macosx}
-management-eclipse-plugin.libs=${management-eclipse-plugin.core-libs} ${ecl-swt-win32-win32-x86} ${ecl-swt-linux-gtk-x86}
+management-eclipse-plugin.libs=${management-eclipse-plugin.core-libs} ${ecl-swt-win32-win32-x86} ${ecl-swt-linux-gtk-x86} ${ecl-swt-macosx}
management-tools-qpid-cli.libs=${common.libs} ${jline}