Community
Participate
Working Groups
Created attachment 180764 [details] Patch to remove org.eclipse.e4.core* dependencies in the org.eclipse.e4.ui.css.swt Hi, I'm trying to use CSS Engine with Eclipse 3.x and The MANIFEST.MF of the org.eclipse.e4.ui.css.swt bundle have several org.eclipse.e4.core dependencies : ------------------------------------------ org.eclipse.e4.core.contexts, org.eclipse.e4.core.di, org.eclipse.e4.core.services;bundle-version="0.9.1", ------------------------------------------ We can remove thoses dependencies. I send you a patch which remove thoses dependencies and modify some Handler class wich import packages (but not used). Regards Angelo
(In reply to comment #0) > Created an attachment (id=180764) [details] > Patch to remove org.eclipse.e4.core* dependencies in the > org.eclipse.e4.ui.css.swt > > Hi, > > I'm trying to use CSS Engine with Eclipse 3.x and > The MANIFEST.MF of the org.eclipse.e4.ui.css.swt bundle have several > org.eclipse.e4.core dependencies : > > ------------------------------------------ > org.eclipse.e4.core.contexts, > org.eclipse.e4.core.di, > org.eclipse.e4.core.services;bundle-version="0.9.1", > ------------------------------------------ > > We can remove thoses dependencies. I send you a patch which remove thoses > dependencies and modify some Handler class wich import packages (but not used). > > Regards Angelo It seems my patch looks like Kay's patch https://bugs.eclipse.org/bugs/show_bug.cgi?id=322641 Sorry for the duplication.
*** This bug has been marked as a duplicate of bug 322641 ***