summaryrefslogtreecommitdiff
path: root/java/management/eclipse-plugin/src
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/src
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/src')
-rw-r--r--java/management/eclipse-plugin/src/main/resources/icons/Console.icnsbin0 -> 51007 bytes
-rw-r--r--java/management/eclipse-plugin/src/main/resources/macosx/.DS_Storebin0 -> 6148 bytes
-rw-r--r--java/management/eclipse-plugin/src/main/resources/macosx/Configuration/.DS_Storebin0 -> 6148 bytes
-rw-r--r--java/management/eclipse-plugin/src/main/resources/macosx/Info.plist31
-rwxr-xr-xjava/management/eclipse-plugin/src/main/resources/macosx/eclipsebin0 -> 59200 bytes
-rw-r--r--java/management/eclipse-plugin/src/main/resources/macosx/eclipse.ini14
6 files changed, 45 insertions, 0 deletions
diff --git a/java/management/eclipse-plugin/src/main/resources/icons/Console.icns b/java/management/eclipse-plugin/src/main/resources/icons/Console.icns
new file mode 100644
index 0000000000..610976efab
--- /dev/null
+++ b/java/management/eclipse-plugin/src/main/resources/icons/Console.icns
Binary files differ
diff --git a/java/management/eclipse-plugin/src/main/resources/macosx/.DS_Store b/java/management/eclipse-plugin/src/main/resources/macosx/.DS_Store
new file mode 100644
index 0000000000..e1bfe3a524
--- /dev/null
+++ b/java/management/eclipse-plugin/src/main/resources/macosx/.DS_Store
Binary files differ
diff --git a/java/management/eclipse-plugin/src/main/resources/macosx/Configuration/.DS_Store b/java/management/eclipse-plugin/src/main/resources/macosx/Configuration/.DS_Store
new file mode 100644
index 0000000000..5008ddfcf5
--- /dev/null
+++ b/java/management/eclipse-plugin/src/main/resources/macosx/Configuration/.DS_Store
Binary files differ
diff --git a/java/management/eclipse-plugin/src/main/resources/macosx/Info.plist b/java/management/eclipse-plugin/src/main/resources/macosx/Info.plist
new file mode 100644
index 0000000000..77f79a2944
--- /dev/null
+++ b/java/management/eclipse-plugin/src/main/resources/macosx/Info.plist
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleExecutable</key>
+ <string>eclipse</string>
+ <key>CFBundleGetInfoString</key>
+ <string>Apache Qpid Management Console for Mac OS X</string>
+ <key>CFBundleIconFile</key>
+ <string>Console.icns</string>
+ <key>CFBundleIdentifier</key>
+ <string>org.apache.qpid.management.ui</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>Qpid Management Console</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>3.4</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>3.4</string>
+ <key>Qpid Management Console</key>
+ <array>
+ <string>-consoleLog</string>
+ <string>-showlocation</string>
+ </array>
+</dict>
+</plist>
diff --git a/java/management/eclipse-plugin/src/main/resources/macosx/eclipse b/java/management/eclipse-plugin/src/main/resources/macosx/eclipse
new file mode 100755
index 0000000000..36247a08e4
--- /dev/null
+++ b/java/management/eclipse-plugin/src/main/resources/macosx/eclipse
Binary files differ
diff --git a/java/management/eclipse-plugin/src/main/resources/macosx/eclipse.ini b/java/management/eclipse-plugin/src/main/resources/macosx/eclipse.ini
new file mode 100644
index 0000000000..d3c2505730
--- /dev/null
+++ b/java/management/eclipse-plugin/src/main/resources/macosx/eclipse.ini
@@ -0,0 +1,14 @@
+-showsplash
+org.eclipse.platform
+-startup
+../../plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
+--launcher.library
+../../plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731
+-vmargs
+#-Xdock:icon=../Resources/Eclipse.icns
+-XstartOnFirstThread
+-Xms40m
+-Xmx512m
+-XX:MaxPermSize=256m
+-Dosgi.requiredJavaVersion=1.5
+-Dorg.eclipse.swt.internal.carbon.smallFonts