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

Bug 332576

Summary: org.eclipse.e4.ui.css.legacy does not compile against the 4.1SDK
Product: [Eclipse Project] e4 Reporter: Andrew Niefer <aniefer>
Component: UIAssignee: Project Inbox <e4.ui-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: bokowski, gheorghe, Lars.Vogel, pwebster
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:
Bug Depends on:    
Bug Blocks: 331237    
Attachments:
Description Flags
manifest change none

Description Andrew Niefer CLA 2010-12-14 17:01:02 EST
The org.eclipse.e4.ui.css.legacy project does not compile against the 4.1 SDK because it requires things under the org.eclipse.ui.internal.presentations which is only present in the 3.7 org.eclipse.ui.workbench and not in the 3.100 version.
Comment 1 Paul Webster CLA 2010-12-14 17:32:48 EST
Do we move it out of the weekly compiles?

PW
Comment 2 Andrew Niefer CLA 2010-12-15 11:11:18 EST
Created attachment 185236 [details]
manifest change

If this bundle is not intended to work against 4.1, then the manifest should probably be adjusted.

It does have a range on the org.eclipse.ui of [3.6.0,3.100.0),
however, the package is in org.eclipse.ui.workbench which is re-exported by ui and ui has no restrictions on the range of workbench
Comment 3 Andrew Niefer CLA 2010-12-15 11:32:18 EST
I temporarily remove this bundle from the examples feature to see how the reversed build order proceeds.