Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 332576 - org.eclipse.e4.ui.css.legacy does not compile against the 4.1SDK
Summary: org.eclipse.e4.ui.css.legacy does not compile against the 4.1SDK
Status: RESOLVED WONTFIX
Alias: None
Product: e4
Classification: Eclipse Project
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 331237
  Show dependency tree
 
Reported: 2010-12-14 17:01 EST by Andrew Niefer CLA
Modified: 2018-12-15 16:16 EST (History)
4 users (show)

See Also:


Attachments
manifest change (796 bytes, patch)
2010-12-15 11:11 EST, Andrew Niefer CLA
no flags Details | Diff

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