Skip to content

Commit 505c9e2

Browse files
authored
Merge pull request #732 from Systems-Modeling/ST6RI-910
ST6RI-910 Update Eclipse environment to 2025-12
2 parents 5705615 + 63adc6d commit 505c9e2

3 files changed

Lines changed: 17 additions & 17 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

org.omg.sysml.target/org.omg.sysml.target.target

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde version="3.8"?>
3-
<target includeMode="feature" name="SysMLv2 2025-03 Target">
3+
<target includeMode="feature" name="SysMLv2 2025-12 Target">
44
<locations>
55
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
6-
<repository location="https://download.eclipse.org/releases/2025-03/"/>
7-
<unit id="org.eclipse.platform.feature.group" version="4.35.0.v20250228-0640"/>
8-
<unit id="org.eclipse.xtext.sdk.feature.group" version="2.38.0.v20250226-0658"/>
9-
<unit id="org.eclipse.m2m.qvt.oml.runtime.feature.group" version="3.11.0.v20240902-1403"/>
10-
<unit id="org.eclipse.emf.ecore.feature.group" version="2.39.0.v20241018-1213"/>
6+
<repository location="https://download.eclipse.org/releases/2025-12/"/>
7+
<unit id="org.eclipse.platform.feature.group" version="4.38.0.v20251201-0920"/>
8+
<unit id="org.eclipse.xtext.sdk.feature.group" version="2.41.0.v20251124-0739"/>
9+
<unit id="org.eclipse.m2m.qvt.oml.runtime.feature.group" version="3.11.1.v20251124-1059"/>
10+
<unit id="org.eclipse.emf.ecore.feature.group" version="2.42.0.v20251025-0946"/>
1111
<unit id="org.eclipse.uml2.feature.group" version="5.5.3.v20221116-1811"/>
12-
<unit id="org.eclipse.egit.feature.group" version="7.2.0.202503040940-r"/>
13-
<unit id="org.eclipse.jgit.feature.group" version="7.2.0.202503040940-r"/>
14-
<unit id="com.google.gson" version="2.12.1"/>
12+
<unit id="org.eclipse.egit.feature.group" version="7.5.0.202512021534-r"/>
13+
<unit id="org.eclipse.jgit.feature.group" version="7.5.0.202512021534-r"/>
14+
<unit id="com.google.gson" version="2.13.2"/>
1515
</location>
1616
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
1717
<repository location="https://github.com/himi/p2-update-puml-sysmlv2/raw/main/updates"/>

0 commit comments

Comments
 (0)