From da6bb19ec348c4811bbe790d256f63fdab558b4c Mon Sep 17 00:00:00 2001 From: TruongQuangSB <131350493+TruongQuangSB@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:17:16 +0200 Subject: [PATCH 1/5] Update NOTICE.md --- NOTICE.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/NOTICE.md b/NOTICE.md index 5862453..443923f 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -3,10 +3,10 @@ This content is produced and maintained by the Eclipse Signalling Engineering Toolbox project. * Downloads: https://download.eclipse.org/set/ -* GitLab development server: https://gitlab.eclipse.org/eclipse/set/ -* Issue tracker: https://gitlab.eclipse.org/eclipse/set/set/-/issues +* Github development server: https://github.com/eclipse-set/ +* Issue tracker: https://github.com/eclipse-set/set/issues * Developers mailing list: https://accounts.eclipse.org/mailing-list/set-dev -* Jenkins build server: https://ci.eclipse.org/set/ +* Github Actions server: https://github.com/eclipse-set/set/actions * Project home: https://projects.eclipse.org/projects/technology.set ## Trademarks @@ -31,15 +31,17 @@ SPDX-License-Identifier: EPL-2.0 The project maintains the following source code repositories: -* https://gitlab.eclipse.org/eclipse/set/browser -* https://gitlab.eclipse.org/eclipse/set/set -* https://gitlab.eclipse.org/eclipse/set/model -* https://gitlab.eclipse.org/eclipse/set/toolbox-model -* https://gitlab.eclipse.org/eclipse/set/build +* https://github.com/eclipse-set/browser +* https://github.com/eclipse-set/set +* https://github.com/eclipse-set/model +* https://github.com/eclipse-set/build + +## Third-party Content + +For a complete list of all dependencies, see the `DEPENDENCIES` file. ## Cryptography Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. - From d3446ca6fc9946bfb02255bae24049a8d23fe02d Mon Sep 17 00:00:00 2001 From: TruongQuangSB <131350493+TruongQuangSB@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:18:36 +0200 Subject: [PATCH 2/5] Update CONTRIBUTING.md --- CONTRIBUTING.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 75e0857..2739b0d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,16 +2,15 @@ ## Developer resources -The source code for Eclipse SET is hosted on the Eclipse Foundation's GitLab instance: +The source code for Eclipse SET is hosted on the Github instance: -* https://gitlab.eclipse.org/eclipse/set +* https://github.com/eclipse-set/ The project is split into four major components: -* https://gitlab.eclipse.org/eclipse/set/set Contains the primary source code of the Eclipse Signalling Engineering Toolbox. -* https://gitlab.eclipse.org/eclipse/set/browser Contains the CEF-based browser integration for SWT used to display web components. -* https://gitlab.eclipse.org/eclipse/set/model Contains the baseline PlanPro EMF data model used by the Toolbox for loading PlanPro files. -* https://gitlab.eclipse.org/eclipse/set/toolbox-model Contains a specialized adapted PlanPro EMF data model internallly used by the Toolbox. +* https://github.com/eclipse-set/set Contains the primary source code of the Eclipse Signalling Engineering Toolbox. +* https://github.com/eclipse-set/browser Contains the CEF-based browser integration for SWT used to display web components. +* https://github.com/eclipse-set/model Contains the baseline PlanPro EMF data model used by the Toolbox for loading PlanPro files. For detailed build instructions see [BUILD_INSTRUCTIONS.md](BUILD_INSTRUCTIONS.md). @@ -19,13 +18,13 @@ For detailed build instructions see [BUILD_INSTRUCTIONS.md](BUILD_INSTRUCTIONS.m Please file all issues and feature requests under the main SET repository, even if it is with a specific component: -* https://gitlab.eclipse.org/eclipse/set/set/-/issues +* https://github.com/eclipse-set/set/issues ## Contributing code changes -If you intend to contribute code changes, please use a GitLab Merge Request +If you intend to contribute code changes, please use a Github Pulls Request -* https://gitlab.eclipse.org/groups/eclipse/set/-/merge_requests +* https://github.com/eclipse-set/set/pulls 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. @@ -63,4 +62,4 @@ https://www.eclipse.org/projects/handbook/#resources-commit Contact the project developers via the project's "dev" list or by filing an issue in the GitLab mentioned above. -* https://accounts.eclipse.org/mailing-list/set-dev \ No newline at end of file +* https://accounts.eclipse.org/mailing-list/set-dev From b35d2dc8daeb33aee1c6e6da8916bca6e385b6a3 Mon Sep 17 00:00:00 2001 From: TruongQuangSB <131350493+TruongQuangSB@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:20:26 +0200 Subject: [PATCH 3/5] Update NOTICE.md --- NOTICE.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/NOTICE.md b/NOTICE.md index 443923f..cfeb228 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -36,10 +36,6 @@ The project maintains the following source code repositories: * https://github.com/eclipse-set/model * https://github.com/eclipse-set/build -## Third-party Content - -For a complete list of all dependencies, see the `DEPENDENCIES` file. - ## Cryptography Content may contain encryption software. From e53ae037a51f0589587f5d2cf0894974d104fdda Mon Sep 17 00:00:00 2001 From: TruongQuangSB <131350493+TruongQuangSB@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:22:37 +0200 Subject: [PATCH 4/5] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2739b0d..5ea5bcd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ Please file all issues and feature requests under the main SET repository, even ## Contributing code changes -If you intend to contribute code changes, please use a Github Pulls Request +If you intend to contribute code changes, please use a Github Pull Request * https://github.com/eclipse-set/set/pulls From 25e0cdebb8db398e3bd3ee940549c709305bc742 Mon Sep 17 00:00:00 2001 From: TruongQuangSB <131350493+TruongQuangSB@users.noreply.github.com> Date: Tue, 3 Sep 2024 12:27:00 +0200 Subject: [PATCH 5/5] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5ea5bcd..3ac36f0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ The source code for Eclipse SET is hosted on the Github instance: * https://github.com/eclipse-set/ -The project is split into four major components: +The project is split into three major components: * https://github.com/eclipse-set/set Contains the primary source code of the Eclipse Signalling Engineering Toolbox. * https://github.com/eclipse-set/browser Contains the CEF-based browser integration for SWT used to display web components.