summaryrefslogtreecommitdiff
path: root/dice/.classpath
diff options
context:
space:
mode:
authorbjculkin <bjculkin@localhost>2023-10-25 22:58:48 +0000
committerbjculkin <bjculkin@localhost>2023-10-25 22:58:48 +0000
commitd9dcc94aa16a1609e47f8369dfe21a8d260887a9 (patch)
tree5dc80e9eb5bd6c0237998ed54e680553832bb1bd /dice/.classpath
parente151e8490ed40231399618bf2dc4204c2ce99a82 (diff)
Tweak for new setup
Diffstat (limited to 'dice/.classpath')
-rw-r--r--dice/.classpath15
1 files changed, 14 insertions, 1 deletions
diff --git a/dice/.classpath b/dice/.classpath
index 65e14b4..5a13661 100644
--- a/dice/.classpath
+++ b/dice/.classpath
@@ -14,7 +14,7 @@
</attributes>
</classpathentry>
<classpathentry kind="src" path="src/example/java"/>
- <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>
@@ -24,5 +24,18 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
+ <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ <attribute name="optional" 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>