Skip to content

Commit 9d24b33

Browse files
committed
Upgrade to OML 2.13.0
1 parent 507779e commit 9d24b33

28 files changed

Lines changed: 103 additions & 111 deletions

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,8 @@ build
3434
# macOS metadata
3535
.DS_Store
3636
workspace
37-
ecore.odesign
37+
ecore.odesign
38+
39+
# maven
40+
.tycho-consumer-pom.xml
41+
.polyglot.build.properties

io.opencaesar.rosetta.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="io.opencaesar.rosetta.feature"
44
label="%featureName"
5-
version="2.12.0"
5+
version="2.13.0"
66
provider-name="%providerName">
77

88
<description url="https://github.com/opencaesar/oml-rosetta">

io.opencaesar.rosetta.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.opencaesar.rosetta</groupId>
66
<artifactId>io.opencaesar.rosetta.parent</artifactId>
7-
<version>2.12.0</version>
7+
<version>2.13.0</version>
88
</parent>
99
<artifactId>io.opencaesar.rosetta.feature</artifactId>
1010
<packaging>eclipse-feature</packaging>
Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,27 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
44
<attributes>
5-
<attribute name="module" value="true"/>
5+
<attribute name="maven.pomderived" value="true"/>
66
</attributes>
77
</classpathentry>
88
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
9-
<classpathentry kind="src" path="src/"/>
10-
<classpathentry kind="src" path="xtend-gen/"/>
9+
<classpathentry kind="src" output="target/classes" path="src">
10+
<attributes>
11+
<attribute name="optional" value="true"/>
12+
<attribute name="maven.pomderived" value="true"/>
13+
</attributes>
14+
</classpathentry>
15+
<classpathentry kind="src" output="target/classes" path="xtend-gen">
16+
<attributes>
17+
<attribute name="optional" value="true"/>
18+
<attribute name="maven.pomderived" value="true"/>
19+
</attributes>
20+
</classpathentry>
21+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
22+
<attributes>
23+
<attribute name="maven.pomderived" value="true"/>
24+
</attributes>
25+
</classpathentry>
1126
<classpathentry kind="output" path="target/classes"/>
1227
</classpath>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
eclipse.preferences.version=1
22
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
33
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
4-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=17
4+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=21
55
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
6-
org.eclipse.jdt.core.compiler.compliance=17
6+
org.eclipse.jdt.core.compiler.compliance=21
77
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
88
org.eclipse.jdt.core.compiler.debug.localVariable=generate
99
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
@@ -12,4 +12,4 @@ org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
1212
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
1313
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
1414
org.eclipse.jdt.core.compiler.release=enabled
15-
org.eclipse.jdt.core.compiler.source=17
15+
org.eclipse.jdt.core.compiler.source=21

io.opencaesar.rosetta.oml.ui/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: io.opencaesar.rosetta.oml.ui;singleton:=true
5-
Bundle-Version: 2.12.0
5+
Bundle-Version: 2.13.0
66
Automatic-Module-Name: io.opencaesar.rosetta.oml.ui
7-
Bundle-RequiredExecutionEnvironment: JavaSE-17
7+
Bundle-RequiredExecutionEnvironment: JavaSE-21
88
Bundle-Localization: plugin
99
Require-Bundle: org.eclipse.ui.ide,
1010
org.eclipse.help.ui,

io.opencaesar.rosetta.oml.ui/pom.xml

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

io.opencaesar.rosetta.product/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.opencaesar.rosetta</groupId>
99
<artifactId>io.opencaesar.rosetta.parent</artifactId>
10-
<version>2.12.0</version>
10+
<version>2.13.0</version>
1111
</parent>
1212

1313
<build>

io.opencaesar.rosetta.product/rosetta.product

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?pde version="3.5"?>
33

4-
<product name="Rosetta" uid="rosetta" id="io.opencaesar.rosetta.rcp.product" application="org.eclipse.ui.ide.workbench" version="2.12.0" type="features" includeLaunchers="true" autoIncludeRequirements="true">
4+
<product name="Rosetta" uid="rosetta" id="io.opencaesar.rosetta.rcp.product" application="org.eclipse.ui.ide.workbench" version="2.13.0" type="features" includeLaunchers="true" autoIncludeRequirements="true">
55

66
<aboutInfo>
77
<image path="/io.opencaesar.rosetta.rcp/images/about.png"/>
@@ -32,15 +32,15 @@
3232
</launcher>
3333

3434
<vm>
35-
<linux include="true">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17</linux>
36-
<macos include="true">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17</macos>
37-
<windows include="true">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17</windows>
35+
<linux include="true">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21</linux>
36+
<macos include="true">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21</macos>
37+
<windows include="true">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21</windows>
3838
</vm>
3939

4040
<license>
4141
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
4242
<text>
43-
Copyright © 2020-2023 California Institute of Technology. Government Sponsorship Acknowledged.
43+
Copyright © 2020-2025 California Institute of Technology. Government Sponsorship Acknowledged.
4444

4545
Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
4646
you may not use this file except in compliance with the License.
@@ -75,7 +75,7 @@ limitations under the License.
7575

7676
<repositories>
7777
<repository location="https://www.opencaesar.io/oml-p2/" name="OML" enabled="true" />
78-
<repository location="http://download.eclipse.org/releases/2024-06" name="Eclipse" enabled="true" />
78+
<repository location="http://download.eclipse.org/releases/2025-06" name="Eclipse" enabled="true" />
7979
<repository location="https://www.opencaesar.io/oml-rosetta-p2/" name="Rosetta" enabled="true" />
8080
</repositories>
8181

io.opencaesar.rosetta.rcp.feature/feature.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="io.opencaesar.rosetta.rcp.feature"
44
label="%featureName"
5-
version="2.12.0"
5+
version="2.13.0"
66
provider-name="%providerName">
77

88
<description url="https://github.com/opencaesar/oml-rosetta">
@@ -241,10 +241,6 @@ limitations under the License.
241241
id="org.apache.httpcomponents.httpcore"
242242
version="0.0.0"/>
243243

244-
<plugin
245-
id="net.i2p.crypto.eddsa"
246-
version="0.0.0"/>
247-
248244
<plugin
249245
id="org.antlr.runtime"
250246
version="0.0.0"/>

0 commit comments

Comments
 (0)