File: README.md

package info (click to toggle)
eclipse-platform-team 4.26-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,312 kB
  • sloc: java: 115,140; xml: 2,848; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 1,073 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# eclipse.platform
This repository contains the basis for the [Eclipse IDE](https://www.eclipse.org/eclipseide/) and a sub-repository of the [eclipse-platform](https://github.com/eclipse-platform) organization. 

It contains multiple modules:

### [eclipse.platform](https://github.com/eclipse-platform/eclipse.platform/tree/master/platform)
Platform provides images like the plash screen.

### [eclipse.resources](https://github.com/eclipse-platform/eclipse.platform/tree/master/resources)
Rsources provides java interfaces like IResource and implementations of workspace, folders, files and file system abstraction.

### [eclipse.runtime](https://github.com/eclipse-platform/eclipse.platform/tree/master/runtime) 
Runtime provides java interfaces like IJob, ISchedulingRule and implements scheduling of multithreaded jobs with exclusive access to a resource.

### [eclipse.update](https://github.com/eclipse-platform/eclipse.platform/tree/master/update)
Update provides java interface IPlatformConfiguration. IPlatformConfiguration represents the runtime configuration.