|
2 | 2 |
|
3 | 3 | ## Developer resources |
4 | 4 |
|
5 | | -The source code for Eclipse SET is hosted on the Eclipse Foundation's GitLab instance: |
| 5 | +The source code for Eclipse SET is hosted on the Github instance: |
6 | 6 |
|
7 | | -* https://gitlab.eclipse.org/eclipse/set |
| 7 | +* https://github.com/eclipse-set/ |
8 | 8 |
|
9 | | -The project is split into four major components: |
| 9 | +The project is split into three major components: |
10 | 10 |
|
11 | | -* https://gitlab.eclipse.org/eclipse/set/set Contains the primary source code of the Eclipse Signalling Engineering Toolbox. |
12 | | -* https://gitlab.eclipse.org/eclipse/set/browser Contains the CEF-based browser integration for SWT used to display web components. |
13 | | -* https://gitlab.eclipse.org/eclipse/set/model Contains the baseline PlanPro EMF data model used by the Toolbox for loading PlanPro files. |
14 | | -* https://gitlab.eclipse.org/eclipse/set/toolbox-model Contains a specialized adapted PlanPro EMF data model internallly used by the Toolbox. |
| 11 | +* https://github.com/eclipse-set/set Contains the primary source code of the Eclipse Signalling Engineering Toolbox. |
| 12 | +* https://github.com/eclipse-set/browser Contains the CEF-based browser integration for SWT used to display web components. |
| 13 | +* https://github.com/eclipse-set/model Contains the baseline PlanPro EMF data model used by the Toolbox for loading PlanPro files. |
15 | 14 |
|
16 | 15 | For detailed build instructions see [BUILD_INSTRUCTIONS.md](BUILD_INSTRUCTIONS.md). |
17 | 16 |
|
18 | 17 | ## Reporting issues and feature requests |
19 | 18 |
|
20 | 19 | Please file all issues and feature requests under the main SET repository, even if it is with a specific component: |
21 | 20 |
|
22 | | -* https://gitlab.eclipse.org/eclipse/set/set/-/issues |
| 21 | +* https://github.com/eclipse-set/set/issues |
23 | 22 |
|
24 | 23 | ## Contributing code changes |
25 | 24 |
|
26 | | -If you intend to contribute code changes, please use a GitLab Merge Request |
| 25 | +If you intend to contribute code changes, please use a Github Pull Request |
27 | 26 |
|
28 | | -* https://gitlab.eclipse.org/groups/eclipse/set/-/merge_requests |
| 27 | +* https://github.com/eclipse-set/set/pulls |
29 | 28 |
|
30 | 29 | Before contributing significant changes, please file an issue first. This allows us to discuss the merit of the contribution before you spend time on a feature that ends up being out of scope for the project. |
31 | 30 |
|
@@ -63,4 +62,4 @@ https://www.eclipse.org/projects/handbook/#resources-commit |
63 | 62 |
|
64 | 63 | Contact the project developers via the project's "dev" list or by filing an issue in the GitLab mentioned above. |
65 | 64 |
|
66 | | -* https://accounts.eclipse.org/mailing-list/set-dev |
| 65 | +* https://accounts.eclipse.org/mailing-list/set-dev |
0 commit comments