summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorBen Culkin <scorpress@gmail.com>2022-07-16 12:45:40 -0400
committerBen Culkin <scorpress@gmail.com>2022-07-16 12:45:40 -0400
commitfc9a76f62faef95912d4cf4906f229ccd909d2dc (patch)
tree9764e31018809bea9bb2dd7e86b0ed74f5f58917 /.classpath
parent26c5908adc7a65a9b9d1c8df145b65c290dc1855 (diff)
Update to java 17
Diffstat (limited to '.classpath')
-rw-r--r--.classpath13
1 files changed, 7 insertions, 6 deletions
diff --git a/.classpath b/.classpath
index 94c765c..3626c2c 100644
--- a/.classpath
+++ b/.classpath
@@ -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"/>