@@ -57,21 +57,45 @@ If you want to run Che as a server, please see docs @ eclipse.org/che on additio
5757
5858
5959### Repositories:
60- * ** che-parent** : [ Maven parent POM] (http://github.com/codenvy/che-parent )
61- * ** che-depmgt** : [ Maven dependency management POM] (http://github.com/codenvy/che-depmgt )
62- * ** che-core** : [ Core components] (http://github.com/codenvy/che-core )
63- * ** che-plugins** : [ Language & tooling extensions] (http://github.com/codenvy/che-plugins )
64- * ** che-dashboard** : [ Workspace, project, user mgmt] (http://github.com/codenvy/che-dashboard )
65- * ** che-websocket-terminal** : [ Embedded terminal for workspaces] (http://github.com/codenvy/che-websocket-terminal )
66- * ** che-installer** : [ Che installation packages] (http://github.com/codenvy/che-installer )
67- * ** che-tutorials** : [ SDK examples and tutorials] (http://github.com/codenvy/che-tutorials )
68- * ** che-samples** : [ Templates and samples loaded into the IDE] (http://github.com/che-samples )
69- * ** che-site** : [ Che web site content] (http://git.eclipse.org/c/www.eclipse.org/che.git )
70- * ** che-specifications** : [ Roadmap and technical plans for the future] (http://github.com/codenvy/che-specifications )
71- * ** cli** : [ CLI for interacting with Che remotely] (http://github.com/codenvy/cli )
60+ These repositories are for the core project hosted at ` http://github.com/eclipse ` .
61+ ```
62+ /che
63+ /che/assembly # Generates binary assemblies of Che
64+ /che/assembly/assembly-main # Final packaging phase
65+ /che/assembly/assembly-ide-war # Creates the IDE.war from plug-ins & core
66+ /che/assembly/assembly-machine-war # Creates the agent WAR from plug-ins & core
67+ /che/assembly/assembly-machine-server # Creates the agent server that goes into ws
68+ /che/core # Platform APIs
69+ /che/dashboard # AngularJS app for managing Che
70+ /che/plugins # IDE & agent plug-ins
71+
72+ /che-lib # Forked dependencies that require mods
73+ /che-lib/swagger
74+ /che-lib/terminal
75+ /che-lib/websocket
76+ /che-lib/pty
77+ /che-lib/che-tomcat8-slf4j-logback
78+
79+ # /che and /che-lib depend upon /che-dependencies
80+ /che-dependencies # Maven dependencies used by che
81+ /che-dev # Code style and license header
82+
83+ # /che-dependencies and /che-dev depend upon /che-parent
84+ /che-parent # Maven plugins and profiles
85+ ```
86+
87+ ### Other Repositories:
88+ These are external repositories that provide additional tools for Eclipse Che.
89+ ```
90+ http://github.com/codenvy/che-installer # Creates the Windows and JAR installer packages
91+ http://github.com/codenvy/che-tutorials # SDK examples and tutorials (needs updating)
92+ http://github.com/che-samples # GitHub organization with sample repos used in Che
93+ http://git.eclipse.org/c/www.eclipse.org/che.git # The content for eclipse.org/che Web site
94+ http://github.com/codenvy/cli # Experimental CLI for managing Che workspaces on the CLI
95+ ```
7296
7397### Engage
7498* ** Contribute:** We accept pull requests. Please see [ how to contribute] (https://github.com/codenvy/che/blob/master/CONTRIBUTING.md ).
75- * ** Support:** You can report bugs using GitHub issues
99+ * ** Support:** You can report bugs using GitHub issues.
76100* ** Developers:** Plug-in developers can get API help at [ che-dev@eclipse.org ] ( email:che-dev@eclipse.org ) .
77- * ** Website:** [ eclipse.org/che] ( https://eclipse.org/che )
101+ * ** Website:** [ eclipse.org/che] ( https://eclipse.org/che ) .
0 commit comments