summaryrefslogtreecommitdiff
path: root/JPratt/.classpath
diff options
context:
space:
mode:
authorbjculkin <bjculkin@localhost>2023-10-25 23:02:27 +0000
committerbjculkin <bjculkin@localhost>2023-10-25 23:02:27 +0000
commita85154026879a191be2c581404a34f7b16a22322 (patch)
tree084a8fa00e1fe4122172bee7c617aa5c03b2a33d /JPratt/.classpath
parent02af075e89fbdeb22575f235a3acb2607e0b4edf (diff)
Tweak for new setup
Diffstat (limited to 'JPratt/.classpath')
-rw-r--r--JPratt/.classpath13
1 files changed, 13 insertions, 0 deletions
diff --git a/JPratt/.classpath b/JPratt/.classpath
index 929a07e..3f0b463 100644
--- a/JPratt/.classpath
+++ b/JPratt/.classpath
@@ -24,5 +24,18 @@
<attribute name="test" 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>