Community
Participate
Working Groups
Currently we have two versions of LegacyIDE.e4xmi one in org.eclipse.platform which seems to be used and one in org.eclipse.ui.workbench which seems not to be used. I used file search. I suggest to remove the one in org.eclipse.ui.workbench to avoid confusion.
https://git.eclipse.org/r/23981
The one in org.eclipse.ui.workbench is used in the RCP case. i.e. if you create the RCP Mail app, it has to use that one since it doesn't include org.eclipse.platform. Until we can get rid of LegacyIDE completely, we need to keep both of them in sync. PW
(In reply to Paul Webster from comment #2) > The one in org.eclipse.ui.workbench is used in the RCP case. i.e. if you > create the RCP Mail app, it has to use that one since it doesn't include > org.eclipse.platform. > > Until we can get rid of LegacyIDE completely, we need to keep both of them > in sync. OK I mark this bug as WONTFIX. Note that the two files are currently not in sync.
Paul, why can't the org.eclipse.platform.ide use the LegacyIDE.e4xmi from org.eclipse.ui.workbench?
(In reply to Brian de Alwis from comment #4) > Paul, why can't the org.eclipse.platform.ide use the LegacyIDE.e4xmi from > org.eclipse.ui.workbench? I guess potentially it could, although we made it the default when moving Eclipse4 over to the workbench in 4.1 (so a number of products expect it there). We added the one in o.e.ui.workbench later to solve the problem for RCP applications, because they couldn't use the one in o.e.platform. PW