Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-03-08 11:41:00 +0000
committerSravan Kumar Lakkimsetti2019-03-08 11:41:00 +0000
commitc146b4ffb2c8b5cff0c567d5e31561b3a7eaf40d (patch)
tree71c3ea76b190e8b9358ea2e81bfd847911621a4c
parentfbe031c8341aa1a03b81e389629ec78f3d219038 (diff)
downloadrt.equinox.framework-c146b4ffb2c8b5cff0c567d5e31561b3a7eaf40d.tar.gz
rt.equinox.framework-c146b4ffb2c8b5cff0c567d5e31561b3a7eaf40d.tar.xz
rt.equinox.framework-c146b4ffb2c8b5cff0c567d5e31561b3a7eaf40d.zip
Change-Id: If2d5afe1594fe2f69b2c0d133529e1b06f2f7ccc 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 a9fe5d3ca..193b04768 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.11 for Mac OS X, Copyright IBM Corp. and others 2002, 2019. All rights reserved.</string>
+ <string>Eclipse 4.12 for Mac OS X, Copyright IBM Corp. and others 2002, 2019. 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.11</string>
+ <string>4.12</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>4.11</string>
+ <string>4.12</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>CFBundleDevelopmentRegion</key>

Back to the top