summaryrefslogtreecommitdiff
path: root/firmal/.classpath
diff options
context:
space:
mode:
authorbjculkin <bjculkin@localhost>2023-10-25 23:01:49 +0000
committerbjculkin <bjculkin@localhost>2023-10-25 23:01:49 +0000
commitd1a9375fe818617151bbe23809ff4f45d3775e75 (patch)
tree8a4441dd8ef9c3f36d43b748d19c6ae7c8de010b /firmal/.classpath
parentec3452f282f7f9f17e078467a4a9a8588028d6b9 (diff)
Tweak for new setup
Diffstat (limited to 'firmal/.classpath')
-rw-r--r--firmal/.classpath15
1 files changed, 14 insertions, 1 deletions
diff --git a/firmal/.classpath b/firmal/.classpath
index 5e577b9..8ec68a3 100644
--- a/firmal/.classpath
+++ b/firmal/.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>