summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorbjculkin <bjculkin@localhost>2023-10-25 22:59:24 +0000
committerbjculkin <bjculkin@localhost>2023-10-25 22:59:24 +0000
commit6a1d775adc39044cb07f4545018be15f873f884d (patch)
treee6eb2fa43deec7de4f3459938678f8b09c4c81e5 /.classpath
parentdd9b20740ed34f1c77245b72e6e0008ed22aab48 (diff)
Tweak for new setup
Diffstat (limited to '.classpath')
-rw-r--r--.classpath15
1 files changed, 14 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index 5e577b9..8ec68a3 100644
--- a/.classpath
+++ b/.classpath
@@ -13,7 +13,7 @@
<attribute name="test" 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>
@@ -23,5 +23,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>