Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-01-19 14:57:32 +0000
committerThomas Watson2015-01-20 22:22:43 +0000
commit7147f2b90db4a5a8d9d415f549b16ab3ee1bb81b (patch)
tree22b931885eb00d20598a350bf36794a8b139b5d2
parent7f458af99f8cd14f0a2d21e79d1fefddc8b84472 (diff)
downloadrt.equinox.framework-7147f2b90db4a5a8d9d415f549b16ab3ee1bb81b.tar.gz
rt.equinox.framework-7147f2b90db4a5a8d9d415f549b16ab3ee1bb81b.tar.xz
rt.equinox.framework-7147f2b90db4a5a8d9d415f549b16ab3ee1bb81b.zip
Bug 457801 - [Mac] Update Info.plist and stop using CFBundleIdentifier
org.eclipse.eclipse (no "you need a Java SE 6" dialog) Signed-off-by: David Williams <david_williams@us.ibm.com>
-rw-r--r--features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86/Eclipse.app/Contents/Info.plist2
-rw-r--r--features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist2
2 files changed, 2 insertions, 2 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 6fb720b1b..bdab52e94 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
@@ -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>
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..bdab52e94 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>

Back to the top