Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoopur Gupta2019-12-06 08:44:56 +0000
committerNoopur Gupta2019-12-06 08:47:56 +0000
commitfd706efcc9fa6e638aa3f72c3ffad83165114edf (patch)
treeffd83d7725eb862ef2b459f4963ecf5458b5e27d
parent7a85b2ccc2be3e909c00f59d319c1703613b17a6 (diff)
downloadrt.equinox.framework-fd706efcc9fa6e638aa3f72c3ffad83165114edf.tar.gz
rt.equinox.framework-fd706efcc9fa6e638aa3f72c3ffad83165114edf.tar.xz
rt.equinox.framework-fd706efcc9fa6e638aa3f72c3ffad83165114edf.zip
Bug 553748: Update version number in mac's Eclipse.app for 4.15
Change-Id: I0a90d5c0a7b173a6583e2701ad16c32da30919ad Signed-off-by: Noopur Gupta <noopur_gupta@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 86fa6fffb..9f62ca75e 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.14 for Mac OS X, Copyright IBM Corp. and others 2002, 2019. All rights reserved.</string>
+ <string>Eclipse 4.15 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.14</string>
+ <string>4.15</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>4.14</string>
+ <string>4.15</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>CFBundleDevelopmentRegion</key>

Back to the top