summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorbjculkin <bjculkin@localhost>2023-10-25 23:03:12 +0000
committerbjculkin <bjculkin@localhost>2023-10-25 23:03:12 +0000
commit30dd20c57d209b79dc135f6a24be500e66bdc25d (patch)
tree05c58c2c5d356e5b67c50beb4569efbba4dac025 /.classpath
parent543869769d420e4dcbf0f2ba84cd8ce245318169 (diff)
Tweak for new setupHEADtrunk
Diffstat (limited to '.classpath')
-rw-r--r--.classpath8
1 files changed, 8 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index 9dab56c4..0edbd5cc 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">
@@ -28,5 +29,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>