summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorbjculkin <bjculkin@localhost>2023-10-25 23:01:08 +0000
committerbjculkin <bjculkin@localhost>2023-10-25 23:01:08 +0000
commitcd28fe1f4dc59e646b390414f9d61b3b9a440e9d (patch)
treed9dbbca61470e561c1a12778f86fe5e44fb5f7e1 /.classpath
parente491562b9cd364374cefaba62622ed029944843c (diff)
Tweak for new setup
Diffstat (limited to '.classpath')
-rw-r--r--.classpath10
1 files changed, 9 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index 4fe6da3..0ed402c 100644
--- a/.classpath
+++ b/.classpath
@@ -9,6 +9,7 @@
<classpathentry excluding="**" kind="src" output="target/classes" path="data">
<attributes>
<attribute name="maven.pomderived" value="true"/>
+ <attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
@@ -18,7 +19,7 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
@@ -28,5 +29,12 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
+ <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ <attribute name="test" value="true"/>
+ <attribute name="optional" value="true"/>
+ </attributes>
+ </classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>