Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] New plugin added to build


As of tonight's nightly build, a new plugin has been added to the platform and SDK builds:

org.eclipse.core.filesystem

On most platforms, a fragment is also included, with the <os>.<arch> naming convention (org.eclipse.core.filesystem.linux.x86, etc).

At the same time, the platform-specific fragments for the org.eclipse.core.resources plugin are being removed from the build, except for the Windows fragment.  The functionality provided by these fragments has been moved to the corresponding filesystem fragments.  

Since the org.eclipse.core.resources plugin depends on this new plugin, you will need to reload the resources plugin from HEAD if you have it in your workspace.

For more details on this work, see the plan item bug report:

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

Comments, questions, problems, etc, regarding this new plugin can be directed to the platform-core-dev mailing list.

Back to the top