diff options
| author | Ben Culkin <scorpress@gmail.com> | 2022-07-16 12:45:40 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2022-07-16 12:45:40 -0400 |
| commit | fc9a76f62faef95912d4cf4906f229ccd909d2dc (patch) | |
| tree | 9764e31018809bea9bb2dd7e86b0ed74f5f58917 /.classpath | |
| parent | 26c5908adc7a65a9b9d1c8df145b65c290dc1855 (diff) | |
Update to java 17
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -7,25 +7,26 @@ </attributes>
</classpathentry>
<classpathentry kind="src" path="src/examples/java"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
+ <classpathentry excluding="**" kind="src" output="target/classes" path="data">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
- <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
+ <classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
+ <attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
- <classpathentry excluding="**" kind="src" output="target/classes" path="data">
+ <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
+ <attribute name="module" value="true"/>
</attributes>
</classpathentry>
- <classpathentry kind="src" output="target/test-classes" path="src/test/java">
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
- <attribute name="optional" value="true"/>
- <attribute name="maven.pomderived" value="true"/>
+ <attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
|
