Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 327659 - [CSS] Patch to remove org.eclipse.e4.core* dependencies in the org.eclipse.e4.ui.css.swt
Summary: [CSS] Patch to remove org.eclipse.e4.core* dependencies in the org.eclipse.e4...
Status: CLOSED DUPLICATE of bug 322641
Alias: None
Product: e4
Classification: Eclipse Project
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-13 09:02 EDT by Angelo ZERR CLA
Modified: 2010-10-13 12:04 EDT (History)
2 users (show)

See Also:


Attachments
Patch to remove org.eclipse.e4.core* dependencies in the org.eclipse.e4.ui.css.swt (8.38 KB, text/plain)
2010-10-13 09:02 EDT, Angelo ZERR CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***