Skip to content

Commit 3cf2e5c

Browse files
committedMar 21, 2020
- fixed libs
1 parent 346b7ed commit 3cf2e5c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+57
-56
lines changed
 

‎.classpath

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<attributes>
55
<attribute name="optional" value="true"/>
66
<attribute name="maven.pomderived" value="true"/>
7+
<attribute name="test" value="true"/>
78
</attributes>
89
</classpathentry>
910
<classpathentry kind="src" output="target/classes" path="src/main/java">
@@ -12,7 +13,7 @@
1213
<attribute name="maven.pomderived" value="true"/>
1314
</attributes>
1415
</classpathentry>
15-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
16+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
1617
<attributes>
1718
<attribute name="maven.pomderived" value="true"/>
1819
</attributes>
@@ -22,5 +23,6 @@
2223
<attribute name="maven.pomderived" value="true"/>
2324
</attributes>
2425
</classpathentry>
26+
<classpathentry combineaccessrules="false" kind="src" path="/org.spg.PrismExecutor"/>
2527
<classpathentry kind="output" path="target/classes"/>
2628
</classpath>

‎.settings/org.eclipse.jdt.core.prefs

+6-3
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

0 commit comments

Comments
 (0)