I'm trying to export my 3.x RCP application that is now running under 4.2 with the compatibility layer but I stumbled upon an issue that I can't resolve.. when exporting through the wizard I get the error:
Unable to find feature "org.eclipse.e4.rcp" with version in range [1.1.0.v20120521-2329-8yFTIGF3GGduEYqkQB9M3DKn,1.1.0.v20120521-2329-8yFTIGF3GGduEYqkQB9M3DKn].
You can see it in the attachment.
For some reason, when I click on the Required.. button on the dependencies tab, the org.eclipse.e4.rcp seems like broken.
I tried switching the product to plug-in based instead of feature based and now it's exporting it.
Why isn't the feature-based one working? I always used that before 4.2
I'm still trying to find a solution to this problem. Is o.e.e4.rcp actually needed when my RCP application is based on 3.x and I haven't done anything to port it to the 4.x framework? I don't get why Eclipse wants to add that feature to my dependencies..