| Summary: | [CSS] Patch to remove org.eclipse.e4.core* dependencies in the org.eclipse.e4.ui.css.swt | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] e4 | Reporter: | Angelo ZERR <azerr> | ||||
| Component: | UI | Assignee: | Project Inbox <e4.ui-inbox> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | azerr, remy.suen | ||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
(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 *** |
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