Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2014-05-09 13:55:39 +0000
committerThomas Watson2014-05-09 13:55:39 +0000
commit33c8642f88ff77cc7a075266bb3d1c6a652b38f4 (patch)
treecf5568467eac6f7e47dcf5ff98aeaa8b5651734c /features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/ppc/Eclipse.app
parent341a113fe3f56b4d8cea6e5cb0c378e6e1a93174 (diff)
downloadrt.equinox.framework-33c8642f88ff77cc7a075266bb3d1c6a652b38f4.tar.gz
rt.equinox.framework-33c8642f88ff77cc7a075266bb3d1c6a652b38f4.tar.xz
rt.equinox.framework-33c8642f88ff77cc7a075266bb3d1c6a652b38f4.zip
Bug 421439 - remove unsupported platforms from delta packI20140512-2000I20140511-2000I20140510-1500I20140509-2000
Change-Id: I38e838e8e42653ced775b5f838a535aad5dbfc23 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/ppc/Eclipse.app')
-rw-r--r--features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/ppc/Eclipse.app/Contents/Info.plist73
1 files changed, 0 insertions, 73 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/ppc/Eclipse.app/Contents/Info.plist b/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/ppc/Eclipse.app/Contents/Info.plist
deleted file mode 100644
index e784368f7..000000000
--- a/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/ppc/Eclipse.app/Contents/Info.plist
+++ /dev/null
@@ -1,73 +0,0 @@
-<?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>

Back to the top