From eccb81ecaebd95c47cccad22a089961c8527d044 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Tue, 2 Dec 2008 23:23:59 +0000 Subject: 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 --- java/build.deps | 13 +-- .../META-INF/ECLIPSE.RSA | Bin 0 -> 3487 bytes .../META-INF/ECLIPSE.SF | 17 ++++ .../META-INF/MANIFEST.MF | 25 ++++++ .../META-INF/eclipse.inf | 3 + .../about.html | 28 +++++++ .../eclipse_1115.so | Bin 0 -> 118028 bytes .../launcher.carbon.macosx.properties | 12 +++ ...ipse.jdt.launching.macosx_3.1.100.v20080422.jar | Bin 0 -> 61174 bytes .../org.eclipse.swt.carbon.macosx_3.4.1.v3449c.jar | Bin 0 -> 1852007 bytes .../eclipse-plugin/build-release-macosx.properties | 19 +++++ .../eclipse-plugin/build-release-macosx.xml | 91 +++++++++++++++++++++ java/management/eclipse-plugin/build.xml | 6 ++ .../src/main/resources/icons/Console.icns | Bin 0 -> 51007 bytes .../src/main/resources/macosx/.DS_Store | Bin 0 -> 6148 bytes .../main/resources/macosx/Configuration/.DS_Store | Bin 0 -> 6148 bytes .../src/main/resources/macosx/Info.plist | 31 +++++++ .../src/main/resources/macosx/eclipse | Bin 0 -> 59200 bytes .../src/main/resources/macosx/eclipse.ini | 14 ++++ 19 files changed, 254 insertions(+), 5 deletions(-) create mode 100644 java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/ECLIPSE.RSA create mode 100644 java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/ECLIPSE.SF create mode 100644 java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/MANIFEST.MF create mode 100644 java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/eclipse.inf create mode 100644 java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/about.html create mode 100644 java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/eclipse_1115.so create mode 100644 java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/launcher.carbon.macosx.properties create mode 100644 java/lib/org.eclipse.jdt.launching.macosx_3.1.100.v20080422.jar create mode 100644 java/lib/org.eclipse.swt.carbon.macosx_3.4.1.v3449c.jar create mode 100644 java/management/eclipse-plugin/build-release-macosx.properties create mode 100644 java/management/eclipse-plugin/build-release-macosx.xml create mode 100644 java/management/eclipse-plugin/src/main/resources/icons/Console.icns create mode 100644 java/management/eclipse-plugin/src/main/resources/macosx/.DS_Store create mode 100644 java/management/eclipse-plugin/src/main/resources/macosx/Configuration/.DS_Store create mode 100644 java/management/eclipse-plugin/src/main/resources/macosx/Info.plist create mode 100755 java/management/eclipse-plugin/src/main/resources/macosx/eclipse create mode 100644 java/management/eclipse-plugin/src/main/resources/macosx/eclipse.ini (limited to 'java') 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} diff --git a/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/ECLIPSE.RSA b/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/ECLIPSE.RSA new file mode 100644 index 0000000000..29e6f3e7a0 Binary files /dev/null and b/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/ECLIPSE.RSA differ diff --git a/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/ECLIPSE.SF b/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/ECLIPSE.SF new file mode 100644 index 0000000000..1d2eece149 --- /dev/null +++ b/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/ECLIPSE.SF @@ -0,0 +1,17 @@ +Signature-Version: 1.0 +SHA1-Digest-Manifest: FheFhPCFIe9e17dtN19PvFpfHzs= +Created-By: 1.5.0 (IBM Corporation) +SHA1-Digest-Manifest-Main-Attributes: X4gDjCpbD8vwxPcCNeLjJjIHBoU= + +Name: about.html +SHA1-Digest: xGcp/Hbq/ywyvVWkPzD/2vkIzdY= + +Name: eclipse_1115.so +SHA1-Digest: ItFKEUKn9bCxLiWwFj8ubKbopDg= + +Name: META-INF/eclipse.inf +SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk= + +Name: launcher.carbon.macosx.properties +SHA1-Digest: iJiwtqN46CqxjQPiFqskiJDS2hk= + diff --git a/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/MANIFEST.MF b/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..f9ef43c43a --- /dev/null +++ b/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/MANIFEST.MF @@ -0,0 +1,25 @@ +Manifest-Version: 1.0 +Bundle-SymbolicName: org.eclipse.equinox.launcher.carbon.macosx;single + ton:=true +Bundle-ManifestVersion: 2 +Bundle-Localization: launcher.carbon.macosx +Bundle-Name: %pluginName +Eclipse-PlatformFilter: (& (osgi.ws=carbon) (osgi.os=macosx) (|(osgi.a + rch=x86)(osgi.arch=ppc)) ) +Bundle-Version: 1.0.101.R34x_v20080731 +Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.1 + .0)" +Bundle-Vendor: %providerName + +Name: eclipse_1115.so +SHA1-Digest: RRLhb5Prci79GCZFsylKadyPBvM= + +Name: about.html +SHA1-Digest: a9lDHrGuLPkvHBUhsqWU+V2mhPw= + +Name: META-INF/eclipse.inf +SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw= + +Name: launcher.carbon.macosx.properties +SHA1-Digest: L4VSSU2M0KAWyhCp8QBLMsnC6Jk= + diff --git a/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/eclipse.inf b/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/eclipse.inf new file mode 100644 index 0000000000..7864d3c4c3 --- /dev/null +++ b/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/eclipse.inf @@ -0,0 +1,3 @@ +#Processed using Jarprocessor +pack200.args = -E4 +pack200.conditioned = true diff --git a/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/about.html b/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/about.html new file mode 100644 index 0000000000..395df3ba90 --- /dev/null +++ b/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/about.html @@ -0,0 +1,28 @@ + + + + +About + + +

About This Content

+ +

June 5, 2006

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). +Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor’s license +that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.

+ + + \ No newline at end of file diff --git a/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/eclipse_1115.so b/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/eclipse_1115.so new file mode 100644 index 0000000000..17e8230b19 Binary files /dev/null and b/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/eclipse_1115.so differ diff --git a/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/launcher.carbon.macosx.properties b/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/launcher.carbon.macosx.properties new file mode 100644 index 0000000000..4373d35790 --- /dev/null +++ b/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/launcher.carbon.macosx.properties @@ -0,0 +1,12 @@ +############################################################################### +# Copyright (c) 2007 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +pluginName = Equinox Launcher MacOSX Fragment +providerName = Eclipse.org diff --git a/java/lib/org.eclipse.jdt.launching.macosx_3.1.100.v20080422.jar b/java/lib/org.eclipse.jdt.launching.macosx_3.1.100.v20080422.jar new file mode 100644 index 0000000000..26764dcfe7 Binary files /dev/null and b/java/lib/org.eclipse.jdt.launching.macosx_3.1.100.v20080422.jar differ diff --git a/java/lib/org.eclipse.swt.carbon.macosx_3.4.1.v3449c.jar b/java/lib/org.eclipse.swt.carbon.macosx_3.4.1.v3449c.jar new file mode 100644 index 0000000000..d64249df6a Binary files /dev/null and b/java/lib/org.eclipse.swt.carbon.macosx_3.4.1.v3449c.jar differ diff --git a/java/management/eclipse-plugin/build-release-macosx.properties b/java/management/eclipse-plugin/build-release-macosx.properties new file mode 100644 index 0000000000..05790e93c7 --- /dev/null +++ b/java/management/eclipse-plugin/build-release-macosx.properties @@ -0,0 +1,19 @@ +application.name=Qpid Management Console + +application.dir=${application.name}.app + +release.name=${module.namever}-macosx + +release.subdir=${module.release.base}/${release.name} + +release.zip=${module.release.base}/${release.name}.zip + +rcp.libs=${management-eclipse-plugin-macosx.libs} + +rcp.configuration.dir=src/main/resources/macosx/Configuration + +eclipse.ini=src/main/resources/macosx/eclipse.ini +bin.includes=src/main/resources/macosx/eclipse + +eclipse.icns=src/main/resources/icons/Console.icns +macosx.plist=src/main/resources/macosx/Info.plist diff --git a/java/management/eclipse-plugin/build-release-macosx.xml b/java/management/eclipse-plugin/build-release-macosx.xml new file mode 100644 index 0000000000..4a51ab5727 --- /dev/null +++ b/java/management/eclipse-plugin/build-release-macosx.xml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 @@ + + + + + + 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 Binary files /dev/null and b/java/management/eclipse-plugin/src/main/resources/icons/Console.icns 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 Binary files /dev/null and b/java/management/eclipse-plugin/src/main/resources/macosx/.DS_Store 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 Binary files /dev/null and b/java/management/eclipse-plugin/src/main/resources/macosx/Configuration/.DS_Store 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 @@ + + + + + CFBundleExecutable + eclipse + CFBundleGetInfoString + Apache Qpid Management Console for Mac OS X + CFBundleIconFile + Console.icns + CFBundleIdentifier + org.apache.qpid.management.ui + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Qpid Management Console + CFBundlePackageType + APPL + CFBundleShortVersionString + 3.4 + CFBundleSignature + ???? + CFBundleVersion + 3.4 + Qpid Management Console + + -consoleLog + -showlocation + + + 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 Binary files /dev/null and b/java/management/eclipse-plugin/src/main/resources/macosx/eclipse 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 -- cgit v1.2.1