Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-09-14 12:30:34 +0000
committerSravan Kumar Lakkimsetti2018-09-14 12:32:09 +0000
commit51b65fb00f1f4ca25100c3737d29c6e420f22707 (patch)
treedfa7ff5fb5885c7c8e1c93ce3b93c44afbfad093
parent6d15e724055fb261d84eaa9d618a4609f9ab2436 (diff)
downloadrt.equinox.framework-51b65fb00f1f4ca25100c3737d29c6e420f22707.tar.gz
rt.equinox.framework-51b65fb00f1f4ca25100c3737d29c6e420f22707.tar.xz
rt.equinox.framework-51b65fb00f1f4ca25100c3737d29c6e420f22707.zip
Change-Id: I8b42320abf8c817ff7f0d335938df359c1fa0229 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.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 ef75cd223..cb3b3b5bd 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.8 for Mac OS X, Copyright IBM Corp. and others 2002, 2017. All rights reserved.</string>
+ <string>Eclipse 4.10 for Mac OS X, Copyright IBM Corp. and others 2002, 2018. 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.8</string>
+ <string>4.10</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>4.8</string>
+ <string>4.10</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>CFBundleDevelopmentRegion</key>

Back to the top