Skip to content

chtompki/che-core

 
 

Repository files navigation

Eclipse Che Core

Join the chat at https://gitter.im/eclipse/che Build Status

License Latest tag

Requirements: Maven 3.1.1+, Java 1.8 (JDK)

If master is unstable, checkout the latest tagged version.

## Build
```sh
cd che-core
mvn clean install

What's Inside?

che-core-test-framework

Framework used to test plugins.

che-core-vfs-impl

Implementation of VirtualFileSystemProvider for a plain file system.

commons

Commons classes used by components and sub-modules.

ide

The skeleton of an IDE as a web application that includes UI components, client side API, editors abstractions, wizards, panels, debugger, etc.

platform-api-client-gwt

Clients for platform API (server side REST services).

platform-api

Che API, including models and REST services.

Packages

No packages published

Languages

  • Java 98.5%
  • CSS 1.5%