Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » RCP Product always exported old version of eclipse
RCP Product always exported old version of eclipse [message #1835208] Fri, 27 November 2020 08:12
SangKwon Kim is currently offline SangKwon KimFriend
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>
Previous Topic:Force editor to (re)validate/refresh
Next Topic:log WARN on RCP exit from org.apache.felix.scr
Goto Forum:
  


Current Time: Sat Jul 27 05:43:39 GMT 2024

Powered by FUDForum. Page generated in 0.02720 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top