eclipse.platform
This repository contains the basis for the Eclipse IDE and a sub-repository of the eclipse-platform organization.
It contains multiple modules:
eclipse.platform
Platform provides images like the plash screen.
eclipse.resources
Rsources provides java interfaces like IResource and implementations of workspace, folders, files and file system abstraction.
eclipse.runtime
Runtime provides java interfaces like IJob, ISchedulingRule and implements scheduling of multithreaded jobs with exclusive access to a resource.
eclipse.update
Update provides java interface IPlatformConfiguration. IPlatformConfiguration represents the runtime configuration.