From b22f25b711d260fe88c83d320dde89a9f56db7d6 Mon Sep 17 00:00:00 2001 From: Paul Webster Date: Thu, 14 Feb 2013 12:36:43 -0500 Subject: Bug 394216 - o.e.equinox.executables IUs must be in build repo Generate the correct feature and a secondary IU that doesn't include all executables. --- .../macosx/ppc/Eclipse.app/Contents/Info.plist | 73 +++++++++++++++++++++ .../ppc/Eclipse.app/Contents/MacOS/eclipse.ini | 9 +++ .../Eclipse.app/Contents/Resources/Eclipse.icns | Bin 0 -> 286605 bytes 3 files changed, 82 insertions(+) create mode 100644 features/org.eclipse.equinox.executable.feature/bin/carbon/macosx/ppc/Eclipse.app/Contents/Info.plist create mode 100644 features/org.eclipse.equinox.executable.feature/bin/carbon/macosx/ppc/Eclipse.app/Contents/MacOS/eclipse.ini create mode 100644 features/org.eclipse.equinox.executable.feature/bin/carbon/macosx/ppc/Eclipse.app/Contents/Resources/Eclipse.icns (limited to 'features/org.eclipse.equinox.executable.feature/bin/carbon/macosx/ppc') diff --git a/features/org.eclipse.equinox.executable.feature/bin/carbon/macosx/ppc/Eclipse.app/Contents/Info.plist b/features/org.eclipse.equinox.executable.feature/bin/carbon/macosx/ppc/Eclipse.app/Contents/Info.plist new file mode 100644 index 000000000..e784368f7 --- /dev/null +++ b/features/org.eclipse.equinox.executable.feature/bin/carbon/macosx/ppc/Eclipse.app/Contents/Info.plist @@ -0,0 +1,73 @@ + + + + + + CFBundleExecutable + eclipse + CFBundleGetInfoString + Eclipse 3.8 for Mac OS X, Copyright IBM Corp. and others 2002, 2011. All rights reserved. + CFBundleIconFile + Eclipse.icns + CFBundleIdentifier + org.eclipse.eclipse + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Eclipse + CFBundlePackageType + APPL + CFBundleShortVersionString + 3.8 + CFBundleSignature + ???? + CFBundleVersion + 3.8 + CFBundleDevelopmentRegion + English + CFBundleLocalizations + + ar + cs + da + el + en + es + de + fi + fr + hu + it + iw + ja + ko + nl + no + pl + pt_BR + pt + ru + sv + tr + zh_HK + zh_TW + zh + + + Eclipse + + + -keyring~/.eclipse_keyring + -showlocation + + + + + diff --git a/features/org.eclipse.equinox.executable.feature/bin/carbon/macosx/ppc/Eclipse.app/Contents/MacOS/eclipse.ini b/features/org.eclipse.equinox.executable.feature/bin/carbon/macosx/ppc/Eclipse.app/Contents/MacOS/eclipse.ini new file mode 100644 index 000000000..eedcd4c03 --- /dev/null +++ b/features/org.eclipse.equinox.executable.feature/bin/carbon/macosx/ppc/Eclipse.app/Contents/MacOS/eclipse.ini @@ -0,0 +1,9 @@ +-showsplash +org.eclipse.platform +-vmargs +-Xdock:icon=../Resources/Eclipse.icns +-XstartOnFirstThread +-Xms40m +-Xmx256m +-XX:MaxPermSize=256m +-Dorg.eclipse.swt.internal.carbon.smallFonts \ No newline at end of file diff --git a/features/org.eclipse.equinox.executable.feature/bin/carbon/macosx/ppc/Eclipse.app/Contents/Resources/Eclipse.icns b/features/org.eclipse.equinox.executable.feature/bin/carbon/macosx/ppc/Eclipse.app/Contents/Resources/Eclipse.icns new file mode 100644 index 000000000..875e32dde Binary files /dev/null and b/features/org.eclipse.equinox.executable.feature/bin/carbon/macosx/ppc/Eclipse.app/Contents/Resources/Eclipse.icns differ -- cgit v1.2.3