RCP Product always exported old version of eclipse [message #1835208] |
Fri, 27 November 2020 08:12 |
SangKwon Kim Messages: 1 Registered: November 2020 |
Junior Member |
|
|
Hello.
I am using Eclipse 4.16 (2020-06) for developling RCP Application.
When I exported my product, for unknown reasons, it export to the old version.
I created a new plugin project and tried to export unmodified source.
but it exported old version too.
I want to export to the 4.16 platform. How can I do for this?
Here is my info.plist in exported eclipse.
------------
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>eclipse</string>
<key>CFBundleGetInfoString</key>
<string>Eclipse 3.6 for Mac OS X, Copyright IBM Corp. and others 2002, 2010. All rights reserved.</string>
<key>CFBundleIconFile</key>
<string>myide.icns</string>
<key>CFBundleIdentifier</key>
<string>eclipse</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Eclipse</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.6</string>
|
|
|
Powered by
FUDForum. Page generated in 0.03345 seconds