Skip to content

Commit 90ca73a

Browse files
committed
FISH-6772 : .classpath files updated to JDK 17
1 parent 9b65c59 commit 90ca73a

3 files changed

Lines changed: 8 additions & 19 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@
4545
/features/fish.payara.eclipse.tools.micro.feature/.polyglot.build.properties
4646
/features/fish.payara.eclipse.tools.server.feature/.polyglot.build.properties
4747
/.metadata/.plugins/org.eclipse.m2e.logback/logback.2.1.0.20221015-0744.xml
48+
/.metadata/
Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
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-11">
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
44
<attributes>
55
<attribute name="module" value="true"/>
66
</attributes>
77
</classpathentry>
88
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
99
<classpathentry kind="src" path="src"/>
10-
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
11-
<attributes>
12-
<attribute name="maven.pomderived" value="true"/>
13-
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
14-
</attributes>
15-
</classpathentry>
16-
<classpathentry kind="output" path="target/classes"/>
17-
</classpath>
10+
<classpathentry kind="output" path="bin"/>
11+
</classpath>
Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
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-11">
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
44
<attributes>
55
<attribute name="module" 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="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
11-
<attributes>
12-
<attribute name="maven.pomderived" value="true"/>
13-
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
14-
</attributes>
15-
</classpathentry>
16-
<classpathentry kind="output" path="target/classes"/>
17-
</classpath>
9+
<classpathentry kind="src" path="src/"/>
10+
<classpathentry kind="output" path="bin"/>
11+
</classpath>

0 commit comments

Comments
 (0)