Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2016-11-02 20:56:45 +0000
committerThomas Watson2016-11-02 20:56:45 +0000
commite4c5008a1f22b6c566fdef3fdf0fbf697f9aa3c4 (patch)
tree10e98b9c193cd16fec19aabe7f7c0b72a265b424
parent8b3d3b6eeaf1c9e70000f8d114432df4abf8ba52 (diff)
downloadrt.equinox.framework-e4c5008a1f22b6c566fdef3fdf0fbf697f9aa3c4.tar.gz
rt.equinox.framework-e4c5008a1f22b6c566fdef3fdf0fbf697f9aa3c4.tar.xz
rt.equinox.framework-e4c5008a1f22b6c566fdef3fdf0fbf697f9aa3c4.zip
Bug 492570 - Info.plist "CFBundleGetInfoString" is out of dateY20161103-1000
Change-Id: Iae8e4268f8b7322aa2713cc78e541404bbd96fdd Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
-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 bc42e1a90..9d2334bca 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.6 for Mac OS X, Copyright IBM Corp. and others 2002, 2016. All rights reserved.</string>
+ <string>Eclipse 4.7 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.6</string>
+ <string>4.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>4.6</string>
+ <string>4.7</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>CFBundleDevelopmentRegion</key>

Back to the top