Skip to content

Commit df7b33a

Browse files
author
jantje
committed
modify class paths to java 17 #1516
1 parent 16dd0e9 commit df7b33a

File tree

10 files changed

+22
-21
lines changed

10 files changed

+22
-21
lines changed

io.sloeber.application/.classpath

-7
This file was deleted.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ 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-11
7+
Bundle-RequiredExecutionEnvironment: JavaSE-17
88
Bundle-Vendor: Sloeber.io
99
Automatic-Module-Name: io.sloeber.core.nl1

io.sloeber.core/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
55
<attributes>
66
<attribute name="module" value="true"/>
77
</attributes>

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

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: Arduino eclipse plugin
44
Bundle-SymbolicName: io.sloeber.core;singleton:=true
55
Bundle-Version: 4.4.1.qualifier
6-
Bundle-RequiredExecutionEnvironment: JavaSE-11
6+
Bundle-RequiredExecutionEnvironment: JavaSE-17
77
Bundle-Vendor: Sloeber.io
88
Bundle-ActivationPolicy: lazy
99
Bundle-Activator: io.sloeber.core.Activator
@@ -20,9 +20,6 @@ Require-Bundle: org.eclipse.cdt.managedbuilder.core,
2020
org.eclipse.equinox.security,
2121
org.eclipse.core.runtime,
2222
org.apache.commons.io;bundle-version="2.0.0",
23-
org.junit;bundle-version="4.12.0",
24-
org.slf4j.api;bundle-version="1.7.2",
25-
org.eclipse.core.resources;bundle-version="3.13.700",
2623
org.eclipse.ui;bundle-version="3.117.0",
2724
org.eclipse.ui.console,
2825
org.eclipse.debug.core,

io.sloeber.product.sdk/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: Sloeber SDK
44
Bundle-SymbolicName: io.sloeber.product.sdk;singleton:=true
55
Bundle-Version: 4.3.1.qualifier
6-
Bundle-RequiredExecutionEnvironment: JavaSE-11
6+
Bundle-RequiredExecutionEnvironment: JavaSE-17
77
Bundle-Vendor: baeyens.it
88
Automatic-Module-Name: io.sloeber.product.sdk

io.sloeber.product/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<classpath>
33
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
44
<classpathentry kind="src" path="src"/>
5-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5+
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
66
<classpathentry kind="output" path="bin"/>
77
</classpath>

io.sloeber.product/META-INF/MANIFEST.MF

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: Sloeber product
44
Bundle-SymbolicName: io.sloeber.product;singleton:=true
55
Bundle-Version: 4.4.1.qualifier
6-
Bundle-RequiredExecutionEnvironment: JavaSE-11
6+
Require-Bundle: org.eclipse.core.runtime,
7+
org.eclipse.ui,
8+
org.eclipse.jface.text,
9+
org.eclipse.ui.editors,
10+
org.eclipse.ui.ide,
11+
org.eclipse.platform,
12+
org.eclipse.ui.intro
13+
Bundle-RequiredExecutionEnvironment: JavaSE-17
714
Bundle-Vendor: baeyens.it
815
Automatic-Module-Name: io.sloeber.product

io.sloeber.tests/.classpath

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" path="src/">
3+
<classpathentry kind="src" path="src">
44
<attributes>
55
<attribute name="test" value="true"/>
66
</attributes>
77
</classpathentry>
8-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
8+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
9+
<attributes>
10+
<attribute name="module" value="true"/>
11+
</attributes>
12+
</classpathentry>
913
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
1014
<classpathentry kind="output" path="bin"/>
1115
</classpath>

io.sloeber.tests/META-INF/MANIFEST.MF

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: Sloeber Tests
44
Bundle-SymbolicName: io.sloeber.tests
55
Bundle-Version: 4.4.1.qualifier
6-
Bundle-RequiredExecutionEnvironment: JavaSE-11
6+
Bundle-RequiredExecutionEnvironment: JavaSE-17
77
Bundle-Vendor: Sloeber.io
88
Require-Bundle: io.sloeber.core,
99
org.eclipse.cdt.core,
1010
org.eclipse.core.runtime,
1111
org.eclipse.core.resources,
12-
org.junit;bundle-version="4.12.0",
12+
org.junit,
1313
org.apache.commons.lang,
1414
io.sloeber.ui,
1515
org.eclipse.swt,

io.sloeber.ui/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Require-Bundle: org.eclipse.ui,
1313
org.eclipse.ui.forms,
1414
org.eclipse.ui.ide,
1515
org.eclipse.debug.ui
16-
Bundle-RequiredExecutionEnvironment: JavaSE-11
16+
Bundle-RequiredExecutionEnvironment: JavaSE-17
1717
Bundle-ActivationPolicy: lazy
1818
Import-Package: org.apache.commons.io;version="2.2.0",
1919
org.apache.commons.lang

0 commit comments

Comments
 (0)