You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The project provides a configuration file for the https://wiki.eclipse.org/Eclip
20
20
image:installer-advanced.png[switch to advanced mode]
21
21
22
22
4. In the Products window, select "Eclipse Modeling Tools" with:
23
-
* Product Version: 2025-03
23
+
* Product Version: 2025-12
24
24
* Java VM: Java 21
25
25
26
26
5. On the next page (Projects window), to the right of the text box, click the "+" to the add the Sysml2 project as user project. In the dialog, choose Catalog: Github Projects and browse the file system to select the setup file from the local git repository.
** Enter the update site URL `http://download.eclipse.org/releases/2025-03`.
53
+
** Enter the update site URL `http://download.eclipse.org/releases/2025-12`.
54
54
** Install “Xtext Complete SDK” (under General Purpose Tools) and "QVT Operational SDK" (under Modeling).
55
55
56
56
* (Optional) For PlantUML visualization, install PlantUML-Eclipse with SysMLv2 extensions.
@@ -139,7 +139,7 @@ Set up a Java code template as follows:
139
139
----
140
140
/**
141
141
* SysML 2 Pilot Implementation
142
-
* Copyright (C) 2025 <Your organization name>
142
+
* Copyright (C) 2026 <Your organization name>
143
143
*
144
144
* This program is free software: you can redistribute it and/or modify
145
145
* it under the terms of the GNU Lesser General Public License as published by
@@ -162,7 +162,7 @@ Set up a Java code template as follows:
162
162
163
163
=== For existing code
164
164
* When modifying existing code created by someone in a different organization, add a new copyright line, without changing anything else in the header.
165
-
* When modifying existing code for the first time in a new year, add the year as the latest year in the appropriate copy right line. (E.g., in 2025, "Copyright (C) 2024" becomes "Copyright (C) 2024-2025" and in 2026 it becomes "Copyright (C) 2024-2026".)
165
+
* When modifying existing code for the first time in a new year, add the year as the latest year in the appropriate copy right line. (E.g., in 2026, "Copyright (C) 2024" becomes "Copyright (C) 2024-2026" and in 2027 it becomes "Copyright (C) 2024-2027".)
166
166
167
167
=== Sources
168
168
* https://www.gnu.org/licenses/gpl-3.0.en.html[GNU GPL v3.0 - How to Apply These Terms to Your New Programs]
0 commit comments