Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 327659

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: UIAssignee: 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:
Description Flags
Patch to remove org.eclipse.e4.core* dependencies in the org.eclipse.e4.ui.css.swt none

Description Angelo ZERR CLA 2010-10-13 09:02:33 EDT
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
Comment 1 Angelo ZERR CLA 2010-10-13 09:54:51 EDT
(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.
Comment 2 Paul Webster CLA 2010-10-13 12:04:38 EDT

*** This bug has been marked as a duplicate of bug 322641 ***