Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Barbero2016-04-18 13:20:51 +0000
committerThomas Watson2016-04-27 16:08:15 +0000
commitafc42a10430fb0f4eb2654c781cfd6c7ea8dcd48 (patch)
treed7b1e50a3734e1ba8ab3fb29a2ebb4d5094db487
parent82312793d230c2f4669d72f8e1d34a544edebd1b (diff)
downloadrt.equinox.framework-afc42a10430fb0f4eb2654c781cfd6c7ea8dcd48.tar.gz
rt.equinox.framework-afc42a10430fb0f4eb2654c781cfd6c7ea8dcd48.tar.xz
rt.equinox.framework-afc42a10430fb0f4eb2654c781cfd6c7ea8dcd48.zip
Bug 491908 - Update Info.plist to match Neon release
Change-Id: I3e33e004dbdf978ced4cfa3e96e5c1f4557340f0 Signed-off-by: Mikaƫl Barbero <mikael@eclipse.org>
-rw-r--r--features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist6
1 files changed, 3 insertions, 3 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 fd412e7e6..bc42e1a90 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
@@ -6,7 +6,7 @@
<key>CFBundleExecutable</key>
<string>eclipse</string>
<key>CFBundleGetInfoString</key>
- <string>Eclipse 4.4 for Mac OS X, Copyright IBM Corp. and others 2002, 2014. All rights reserved.</string>
+ <string>Eclipse 4.6 for Mac OS X, Copyright IBM Corp. and others 2002, 2016. 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.4</string>
+ <string>4.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>4.4</string>
+ <string>4.6</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>CFBundleDevelopmentRegion</key>

Back to the top