Skip to content

Commit 74764b3

Browse files
committed
Bump Java version to 21
1 parent bed818a commit 74764b3

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

examples/org.eclipse.epsilon.examples.picto.xtext.domainmodel/domainmodel.target

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</location>
99
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
1010
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
11-
unit id="org.eclipse.platform.feature.group" version="0.0.0"/>
11+
unit id="org.eclipse.platform.feature.group" version="0.0.0"/&gt;
1212
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
1313
<repository location="http://download.eclipse.org/releases/2024-12"/>
1414
</location>
@@ -23,8 +23,5 @@
2323
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20210223232630/repository"/>
2424
</location>
2525
</locations>
26-
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
27-
<launcherArgs>
28-
<vmArgs>-Dosgi.requiredJavaVersion=1.8</vmArgs>
29-
</launcherArgs>
30-
</target>
26+
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
27+
</target>

0 commit comments

Comments
 (0)