Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2014-09-24 19:57:06 +0000
committerThomas Watson2014-09-24 19:57:06 +0000
commit851e05741190a7ee914f2866fab48ff94faa60dd (patch)
tree1997aa9db56e03ed99d9acb0e44eea4d52913605 /features/org.eclipse.equinox.executable.feature/bin
parente61bffabda5c428614b3b9cdba45620ed66cc6da (diff)
downloadrt.equinox.framework-851e05741190a7ee914f2866fab48ff94faa60dd.tar.gz
rt.equinox.framework-851e05741190a7ee914f2866fab48ff94faa60dd.tar.xz
rt.equinox.framework-851e05741190a7ee914f2866fab48ff94faa60dd.zip
Bug 436089 - [Mac] Update Info.plist and stop using CFBundleIdentifier org.eclipse.eclipse (no "you need a Java SE 6" dialog)I20140930-0800
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/bin')
-rw-r--r--features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist8
1 files changed, 2 insertions, 6 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist b/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist
index 6fb720b1b..72b3996c2 100644
--- a/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist
+++ b/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist
@@ -10,7 +10,7 @@
<key>CFBundleIconFile</key>
<string>Eclipse.icns</string>
<key>CFBundleIdentifier</key>
- <string>org.eclipse.eclipse</string>
+ <string>org.eclipse.Eclipse</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@@ -65,12 +65,8 @@
-->
<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