Skip to content

Commit 15bcaf2

Browse files
committed
ST6RI-910 Updated SysML v2 installer setup for 2025-12.
- Also updated installation instructions in the repo README.
1 parent 70b52be commit 15bcaf2

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The project provides a configuration file for the https://wiki.eclipse.org/Eclip
2020
image:installer-advanced.png[switch to advanced mode]
2121

2222
4. In the Products window, select "Eclipse Modeling Tools" with:
23-
* Product Version: 2025-03
23+
* Product Version: 2025-12
2424
* Java VM: Java 21
2525

2626
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.
@@ -44,13 +44,13 @@ image:oomph-projects.png[oomph projects]
4444

4545
==== Manual installation
4646

47-
1. Install Eclipse 2025-03 (4.35).
47+
1. Install Eclipse 2025-12 (4.38).
4848
* Install the “Eclipse Modeling Tools” package.
49-
** `https://www.eclipse.org/downloads/packages/release/2025-03/r/eclipse-modeling-tools`
49+
** `https://www.eclipse.org/downloads/packages/release/2025-12/r/eclipse-modeling-tools`
5050

5151
* Install additional release packages in Eclipse.
5252
** Select Help > Install New Software.
53-
** 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`.
5454
** Install “Xtext Complete SDK” (under General Purpose Tools) and "QVT Operational SDK" (under Modeling).
5555

5656
* (Optional) For PlantUML visualization, install PlantUML-Eclipse with SysMLv2 extensions.
@@ -139,7 +139,7 @@ Set up a Java code template as follows:
139139
----
140140
/**
141141
* SysML 2 Pilot Implementation
142-
* Copyright (C) 2025 <Your organization name>
142+
* Copyright (C) 2026 <Your organization name>
143143
*
144144
* This program is free software: you can redistribute it and/or modify
145145
* 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:
162162

163163
=== For existing code
164164
* 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".)
166166

167167
=== Sources
168168
* https://www.gnu.org/licenses/gpl-3.0.en.html[GNU GPL v3.0 - How to Apply These Terms to Your New Programs]

org.omg.sysml.installer/SysML2.setup

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<requirement
4646
name="org.eclipse.m2e.pde.feature.feature.group"/>
4747
<repository
48-
url="http://download.eclipse.org/releases/2025-03/"/>
48+
url="http://download.eclipse.org/releases/2025-12/"/>
4949
<repository
5050
url="https://download.eclipse.org/xpect/updates/nightly/latest"/>
5151
<repository
@@ -83,7 +83,7 @@
8383
</setupTask>
8484
<setupTask
8585
xsi:type="pde:TargetPlatformTask"
86-
name="SysMLv2 2025-03 Target"/>
86+
name="SysMLv2 2025-12 Target"/>
8787
<stream name="master"
8888
label="Master"/>
8989
<logicalProjectContainer

0 commit comments

Comments
 (0)