diff options
author | Paul Webster | 2013-02-14 17:36:43 +0000 |
---|---|---|
committer | Thomas Watson | 2013-02-15 15:50:06 +0000 |
commit | b22f25b711d260fe88c83d320dde89a9f56db7d6 (patch) | |
tree | a890c0b561c899cd47e5e78c433aed5e3d4c8be7 /features/org.eclipse.equinox.executable.feature/bin/carbon | |
parent | cb70c695f5c85be396bcb024db894795f8ec3262 (diff) | |
download | rt.equinox.framework-b22f25b711d260fe88c83d320dde89a9f56db7d6.tar.gz rt.equinox.framework-b22f25b711d260fe88c83d320dde89a9f56db7d6.tar.xz rt.equinox.framework-b22f25b711d260fe88c83d320dde89a9f56db7d6.zip |
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.
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/bin/carbon')
6 files changed, 164 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple Computer//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>Eclipse 3.8 for Mac OS X, Copyright IBM Corp. and others 2002, 2011. All rights reserved.</string> + <key>CFBundleIconFile</key> + <string>Eclipse.icns</string> + <key>CFBundleIdentifier</key> + <string>org.eclipse.eclipse</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>Eclipse</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleShortVersionString</key> + <string>3.8</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleVersion</key> + <string>3.8</string> + <key>CFBundleDevelopmentRegion</key> + <string>English</string> + <key>CFBundleLocalizations</key> + <array> + <string>ar</string> + <string>cs</string> + <string>da</string> + <string>el</string> + <string>en</string> + <string>es</string> + <string>de</string> + <string>fi</string> + <string>fr</string> + <string>hu</string> + <string>it</string> + <string>iw</string> + <string>ja</string> + <string>ko</string> + <string>nl</string> + <string>no</string> + <string>pl</string> + <string>pt_BR</string> + <string>pt</string> + <string>ru</string> + <string>sv</string> + <string>tr</string> + <string>zh_HK</string> + <string>zh_TW</string> + <string>zh</string> + </array> + + <key>Eclipse</key> + <array> + <!-- to use a specific Java version (instead of the platform's default) uncomment one of the following options: + <string>-vm</string><string>/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Commands/java</string> + <string>-vm</string><string>/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Commands/java</string> + --> + <string>-keyring</string><string>~/.eclipse_keyring</string> + <string>-showlocation</string> + <!-- WARNING: + If you try to add a single VM argument (-vmargs) here, + *all* vmargs specified in eclipse.ini will be ignored. + We recommend to add all arguments in eclipse.ini + --> + </array> +</dict> + +</plist> 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 Binary files differnew file mode 100644 index 000000000..875e32dde --- /dev/null +++ b/features/org.eclipse.equinox.executable.feature/bin/carbon/macosx/ppc/Eclipse.app/Contents/Resources/Eclipse.icns diff --git a/features/org.eclipse.equinox.executable.feature/bin/carbon/macosx/x86/Eclipse.app/Contents/Info.plist b/features/org.eclipse.equinox.executable.feature/bin/carbon/macosx/x86/Eclipse.app/Contents/Info.plist new file mode 100644 index 000000000..b55548fb3 --- /dev/null +++ b/features/org.eclipse.equinox.executable.feature/bin/carbon/macosx/x86/Eclipse.app/Contents/Info.plist @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple Computer//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>Eclipse 3.8 for Mac OS X, Copyright IBM Corp. and others 2002, 2011. All rights reserved.</string> + <key>CFBundleIconFile</key> + <string>Eclipse.icns</string> + <key>CFBundleIdentifier</key> + <string>org.eclipse.eclipse</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>Eclipse</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleShortVersionString</key> + <string>3.8</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleVersion</key> + <string>3.8</string> + <key>CFBundleDevelopmentRegion</key> + <string>English</string> + <key>CFBundleLocalizations</key> + <array> + <string>ar</string> + <string>cs</string> + <string>da</string> + <string>el</string> + <string>en</string> + <string>es</string> + <string>de</string> + <string>fi</string> + <string>fr</string> + <string>hu</string> + <string>it</string> + <string>iw</string> + <string>ja</string> + <string>ko</string> + <string>nl</string> + <string>no</string> + <string>pl</string> + <string>pt_BR</string> + <string>pt</string> + <string>ru</string> + <string>sv</string> + <string>tr</string> + <string>zh_HK</string> + <string>zh_TW</string> + <string>zh</string> + </array> + + <key>Eclipse</key> + <array> + <!-- to use a specific Java version (instead of the platform's default) uncomment one of the following options: + <string>-vm</string><string>/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Commands/java</string> + <string>-vm</string><string>/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Commands/java</string> + --> + <string>-keyring</string><string>~/.eclipse_keyring</string> + <string>-showlocation</string> + <!-- WARNING: + If you try to add a single VM argument (-vmargs) here, + *all* vmargs specified in eclipse.ini will be ignored. + We recommend to add all arguments in eclipse.ini + --> + </array> +</dict> + +</plist> diff --git a/features/org.eclipse.equinox.executable.feature/bin/carbon/macosx/x86/Eclipse.app/Contents/MacOS/eclipse.ini b/features/org.eclipse.equinox.executable.feature/bin/carbon/macosx/x86/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/x86/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/x86/Eclipse.app/Contents/Resources/Eclipse.icns b/features/org.eclipse.equinox.executable.feature/bin/carbon/macosx/x86/Eclipse.app/Contents/Resources/Eclipse.icns Binary files differnew file mode 100644 index 000000000..875e32dde --- /dev/null +++ b/features/org.eclipse.equinox.executable.feature/bin/carbon/macosx/x86/Eclipse.app/Contents/Resources/Eclipse.icns |