File tree 4 files changed +6
-9
lines changed
4 files changed +6
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,6 +4,5 @@ Bundle-Name: Sloeber core language pack
4
4
Bundle-SymbolicName : io.sloeber.core.nl1;singleton:=true
5
5
Bundle-Version : 4.4.1.qualifier
6
6
Fragment-Host : io.sloeber.core
7
- Bundle-RequiredExecutionEnvironment : JavaSE-17
8
7
Bundle-Vendor : Sloeber.io
9
8
Automatic-Module-Name : io.sloeber.core.nl1
Original file line number Diff line number Diff line change 2
2
<classpath >
3
3
<classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
4
4
<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 >
6
10
<classpathentry kind =" output" path =" bin" />
7
11
</classpath >
Original file line number Diff line number Diff line change 68
68
<plugin id =" org.eclipse.platform" />
69
69
<plugin id =" org.eclipse.cdt" />
70
70
</implicitDependencies >
71
+ <targetJRE path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17" />
71
72
</target >
You can’t perform that action at this time.
0 commit comments