Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2014-04-16 16:59:24 +0000
committerThomas Watson2014-04-16 16:59:24 +0000
commitf0d437ad53ad0c0cab0b27d1c8299078deb03bd6 (patch)
tree2304ae03ef801d3b596405ab38b5668f03dc69ff /features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86/Eclipse.app/Contents/Info.plist
parent50a19ec65f34a1ff0efb5f716b8b7a3543424b46 (diff)
downloadrt.equinox.framework-f0d437ad53ad0c0cab0b27d1c8299078deb03bd6.tar.gz
rt.equinox.framework-f0d437ad53ad0c0cab0b27d1c8299078deb03bd6.tar.xz
rt.equinox.framework-f0d437ad53ad0c0cab0b27d1c8299078deb03bd6.zip
Bug 432894 - Mac Info.plist version update to 4.4
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86/Eclipse.app/Contents/Info.plist')
-rw-r--r--features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86/Eclipse.app/Contents/Info.plist13
1 files changed, 7 insertions, 6 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86/Eclipse.app/Contents/Info.plist b/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86/Eclipse.app/Contents/Info.plist
index 864546bac..6fb720b1b 100644
--- a/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86/Eclipse.app/Contents/Info.plist
+++ b/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86/Eclipse.app/Contents/Info.plist
@@ -6,7 +6,7 @@
<key>CFBundleExecutable</key>
<string>eclipse</string>
<key>CFBundleGetInfoString</key>
- <string>Eclipse 4.3 for Mac OS X, Copyright IBM Corp. and others 2002, 2012. All rights reserved.</string>
+ <string>Eclipse 4.4 for Mac OS X, Copyright IBM Corp. and others 2002, 2014. All rights reserved.</string>
<key>CFBundleIconFile</key>
<string>Eclipse.icns</string>
<key>CFBundleIdentifier</key>
@@ -18,11 +18,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>4.3</string>
+ <string>4.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>4.3</string>
+ <string>4.4</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
@@ -58,9 +58,10 @@
<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>
+ <!-- to use a specific Java version (instead of the platform's default) uncomment one of the following options,
+ or add a VM found via $/usr/libexec/java_home -V
+ <string>-vm</string><string>/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Commands/java</string>
+ <string>-vm</string><string>/Library/Java/JavaVirtualMachines/1.8.0.jdk/Contents/Home/bin/java</string>
-->
<string>-keyring</string><string>~/.eclipse_keyring</string>
<string>-showlocation</string>

Back to the top