Community
Participate
Working Groups
bug #379023 and #361877 are both fixed, thus the explicit dependency towards "org.eclipse.equinox.event" should be removed. It breaks e.g. scenarios where one wants to use a distributed EventAdmin implementation [1]. [1] http://www.eclipse.org/ecf/org.eclipse.ecf.docs/api/org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin.html
https://git.eclipse.org/r/#/c/14192/
Moving to M2 as per bug 414630 comment 4.
Released as http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=8244a877aba4786e0040155e7d56cea5c6072a88 Thanks Markus. PW
verified in the build: I20130916-2330
Reopened due to the regression reported with Bug 417416 Daniel
We'll need to find a way to remove the equinox.event dependency but still allow the RCP Mail template to launch as is. PW
Is the problem that PDE doesn't know how to use the p2 generic capabilities?
(In reply to Paul Webster from comment #6) > We'll need to find a way to remove the equinox.event dependency but still > allow the RCP Mail template to launch as is. > > PW It breaks all 3.x RCP templates Daniel
> (In reply to Paul Webster from comment #6) > > We'll need to find a way to remove the equinox.event dependency but still > > allow the RCP Mail template to launch as is. > > > > PW > > It breaks all 3.x RCP templates Does an optional bundle import solve the template problems as well? It would be a work around that allows all consumers (read "me") to function.
(In reply to Markus Kuppe from comment #9) > Does an optional bundle import solve the template problems as well? It would > be a work around that allows all consumers (read "me") to function. I just ran a test and it looks like making the bundle optional will allow the 3.x RCP apps to launch. If that works for you, Markus, I'll put it in. PW
(In reply to Paul Webster from comment #10) > I just ran a test and it looks like making the bundle optional will allow > the 3.x RCP apps to launch. If that works for you, Markus, I'll put it in. +1
Released as http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=5369272d86a91fab1284e8f64e96f23700b1b06c PW
In 4.4.0.I20131028-2000 PW