Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] UI from HEAD needs org.eclipse.core.resources from HEAD


If you have org.eclipse.ui.ide from HEAD in your workspace, you will also need the following plugins from HEAD:

org.eclipse.core.resources
org.eclipse.core.filesystem
org.eclipse.core.filesystem.<your_platform>.<your_arch>

This breakage is caused by moving some internal code in org.eclipse.core.resources into an API package, and there is code in org.eclipse.ui.ide that was using this internal package.  See the bug report for details:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=106346

John

Back to the top