summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorBen Culkin <scorpress@gmail.com>2023-10-25 19:35:16 -0400
committerBen Culkin <scorpress@gmail.com>2023-10-25 19:35:16 -0400
commitf761e16078ef0265c2628ace912652c8e9659a2f (patch)
treecef9513e3ae3fa1f027f60e7e86bba278c8363bd /.classpath
parent9de5a19d573de7289cbd5a65ea5d101ddaf8db64 (diff)
parent2f4d51a781e4e91994197a66fbad800250029f4e (diff)
Merge branch 'trunk' of git@ashardalon.com:rgens.git into trunk
Diffstat (limited to '.classpath')
-rw-r--r--.classpath10
1 files changed, 9 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index a66dc30..33a475f 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">
@@ -19,7 +20,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>
@@ -29,5 +30,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>