Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-12-08 08:49:57 +0000
committerSravan Kumar Lakkimsetti2018-12-08 08:49:57 +0000
commita65eb55c2c729d7d3510e30bea53c430ac51073f (patch)
tree8c80db82d0db882a9b3c09fbaa6f0b329035701c /features/org.eclipse.equinox.executable.feature
parenteeb2fb7ce6a8226798542b85f77d6d8795fb0fce (diff)
downloadrt.equinox.framework-I20181210-1800.tar.gz
rt.equinox.framework-I20181210-1800.tar.xz
rt.equinox.framework-I20181210-1800.zip
Change-Id: I40d456bee99f46b6148407aec06ea4bdb50463e3 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature')
-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 cb3b3b5bd..a9fe5d3ca 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.10 for Mac OS X, Copyright IBM Corp. and others 2002, 2018. All rights reserved.</string>
+ <string>Eclipse 4.11 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.10</string>
+ <string>4.11</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>4.10</string>
+ <string>4.11</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>CFBundleDevelopmentRegion</key>

Back to the top