summaryrefslogtreecommitdiff
path: root/base/.classpath
diff options
context:
space:
mode:
authorbjculkin <bjculkin@localhost>2023-10-25 22:53:14 +0000
committerbjculkin <bjculkin@localhost>2023-10-25 22:53:14 +0000
commitbdad2e9c2f286469519ba8ad3197e1a9b1e9190f (patch)
tree87f6ab6f29c12166d5556737ae03370dac83f089 /base/.classpath
parent29db46041115065559a0d42f9a76ebb7c19424ea (diff)
Tweak for new setup
Diffstat (limited to 'base/.classpath')
-rw-r--r--base/.classpath10
1 files changed, 9 insertions, 1 deletions
diff --git a/base/.classpath b/base/.classpath
index a1c34bd..4015e42 100644
--- a/base/.classpath
+++ b/base/.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">
@@ -24,10 +25,17 @@
<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>
</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>