Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Contributions Cloning Scout Manually"

(New page: How to clone Scout repositories manually is shown here: == GIT Repositories == All Eclipse Scout Git repositories are listed under http://git.eclipse.org/c/scout/. org.eclipse.scout-a...)
 
(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
How to clone Scout repositories manually is shown here:
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
== GIT Repositories ==
+
 
+
All Eclipse Scout Git repositories are listed under http://git.eclipse.org/c/scout/.
+
 
+
org.eclipse.scout-aggregator.git  //used for building and aggregation (p2 repositories) and deployment
+
org.eclipse.scout.rt.git          //Scout Runtime
+
org.eclipse.scout.sdk.git        //Scout Tooling
+
scout.rt.incubator.git            //Scout Incubation Components (currently only runtime)
+
 
+
 
+
You need to clone all repositories that you need for your daily work. Because we are using Gerrit for code review, you need to setup this as well.
+

Latest revision as of 06:14, 19 March 2024

The Scout documentation has been moved to https://eclipsescout.github.io/.

Back to the top