Community
Participate
Working Groups
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.
Do we move it out of the weekly compiles? PW
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
I temporarily remove this bundle from the examples feature to see how the reversed build order proceeds.