Skip to content

Commit 4fd02e2

Browse files
author
jantje
committed
more java version trials #1516
1 parent 12009dd commit 4fd02e2

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

io.sloeber.core.nl1/.classpath

-7
This file was deleted.

io.sloeber.core.nl1/META-INF/MANIFEST.MF

-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ Bundle-Name: Sloeber core language pack
44
Bundle-SymbolicName: io.sloeber.core.nl1;singleton:=true
55
Bundle-Version: 4.4.1.qualifier
66
Fragment-Host: io.sloeber.core
7-
Bundle-RequiredExecutionEnvironment: JavaSE-17
87
Bundle-Vendor: Sloeber.io
98
Automatic-Module-Name: io.sloeber.core.nl1

io.sloeber.product/.classpath

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
<classpath>
33
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
44
<classpathentry kind="src" path="src"/>
5-
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
6+
<attributes>
7+
<attribute name="module" value="true"/>
8+
</attributes>
9+
</classpathentry>
610
<classpathentry kind="output" path="bin"/>
711
</classpath>

io.sloeber.product/sloeber.target

+1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@
6868
<plugin id="org.eclipse.platform"/>
6969
<plugin id="org.eclipse.cdt"/>
7070
</implicitDependencies>
71+
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
7172
</target>

0 commit comments

Comments
 (0)