Skip to content

Commit b0b0c1c

Browse files
authored
Merge pull request #563 from Systems-Modeling/ST6RI-753
ST6RI-753 Move to Eclipse version 2024-03
2 parents df8285b + 001e291 commit b0b0c1c

34 files changed

Lines changed: 386 additions & 357 deletions

File tree

.mvn/extensions.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<extensions>
2-
<!--
32
<extension>
43
<groupId>org.eclipse.tycho</groupId>
54
<artifactId>tycho-build</artifactId>
6-
<version>2.7.5</version>
7-
</extension>
8-
-->
5+
<version>4.0.7</version>
6+
</extension>
7+
<!--
98
<extension>
109
<groupId>org.eclipse.tycho.extras</groupId>
1110
<artifactId>tycho-pomless</artifactId>
1211
<version>1.5.1</version>
1312
</extension>
13+
-->
1414
</extensions>

.mvn/wrapper/MavenWrapperDownloader.java

Lines changed: 0 additions & 117 deletions
This file was deleted.

.mvn/wrapper/maven-wrapper.jar

11.6 KB
Binary file not shown.
Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
1-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip
2-
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing,
12+
# software distributed under the License is distributed on an
13+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
# KIND, either express or implied. See the License for the
15+
# specific language governing permissions and limitations
16+
# under the License.
17+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
18+
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: java
22
jdk:
3-
- openjdk11
3+
- openjdk17
44
env:
55
global:
66
- MAVEN_OPTS=-Dhttps.protocols=TLSv1.2

README.adoc

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

22-
4. In the product list, select "Eclipse Modeling Tools" with Product Version: 2022-09.
22+
4. In the product list, select "Eclipse Modeling Tools" with Product Version: 2024-03.
2323

2424
5. In the 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.
2525
* e.g. `file:/C:/git/sysml/SysML-v2-Pilot-Implementation/org.omg.sysml.installer/SysML2.setup`
@@ -42,12 +42,12 @@ image:oomph-projects.png[oomph projects]
4242

4343
==== Manual installation
4444

45-
1. Install Eclipse 2022-09 (4.25) and Xtext.
45+
1. Install Eclipse 2024-03 (4.25) and Xtext.
4646
* Install the “Eclipse Modeling Tools” package.
47-
** `https://www.eclipse.org/downloads/packages/release/2022-09/r/eclipse-modeling-tools`
47+
** `https://www.eclipse.org/downloads/packages/release/2024-03/r/eclipse-modeling-tools`
4848

4949
* To install Xtext, select Help > Install New Software, use the update site URL given below, and install “Xtext Complete SDK” (under General Purpose Tools).
50-
** `http://download.eclipse.org/releases/2022-09`
50+
** `http://download.eclipse.org/releases/2024-03`
5151

5252
* (Optional) For PlantUML visualization, you need to install PlantUML-Eclipse with SysMLv2 extensions from
5353
the update site of `https://github.com/himi/p2-update-puml-sysmlv2/raw/main/updates` with Help > Install New Software.

0 commit comments

Comments
 (0)