Skip to content

Commit 4a26eeb

Browse files
committed
Update eclipse config.
1 parent 297f3b6 commit 4a26eeb

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

EnrichmentMapIntegrationTest/.classpath

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@
1010
<attributes>
1111
<attribute name="optional" value="true"/>
1212
<attribute name="maven.pomderived" value="true"/>
13+
<attribute name="test" value="true"/>
1314
</attributes>
1415
</classpathentry>
1516
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
1617
<attributes>
1718
<attribute name="maven.pomderived" value="true"/>
19+
<attribute name="test" value="true"/>
1820
</attributes>
1921
</classpathentry>
20-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
22+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
2123
<attributes>
2224
<attribute name="maven.pomderived" value="true"/>
2325
</attributes>
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
eclipse.preferences.version=1
2-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
3-
org.eclipse.jdt.core.compiler.compliance=1.8
2+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=11
3+
org.eclipse.jdt.core.compiler.compliance=11
4+
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
45
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
5-
org.eclipse.jdt.core.compiler.source=1.8
6+
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
7+
org.eclipse.jdt.core.compiler.release=disabled
8+
org.eclipse.jdt.core.compiler.source=11

EnrichmentMapPlugin/.classpath

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</classpathentry>
99
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
1010
<attributes>
11+
<attribute name="test" value="true"/>
1112
<attribute name="optional" value="true"/>
1213
<attribute name="maven.pomderived" value="true"/>
1314
</attributes>
@@ -19,16 +20,12 @@
1920
</classpathentry>
2021
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
2122
<attributes>
23+
<attribute name="test" value="true"/>
2224
<attribute name="maven.pomderived" value="true"/>
2325
</attributes>
2426
</classpathentry>
25-
<classpathentry kind="src" output="target/classes" path="src/support/java">
26-
<attributes>
27-
<attribute name="optional" value="true"/>
28-
<attribute name="maven.pomderived" value="true"/>
29-
</attributes>
30-
</classpathentry>
31-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
27+
<classpathentry kind="src" path="src/support/java"/>
28+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
3229
<attributes>
3330
<attribute name="maven.pomderived" value="true"/>
3431
</attributes>

0 commit comments

Comments
 (0)