summaryrefslogtreecommitdiff
path: root/commander/.classpath
diff options
context:
space:
mode:
authorBen Culkin <scorpress@gmail.com>2023-11-08 19:47:27 -0500
committerBen Culkin <scorpress@gmail.com>2023-11-08 19:47:27 -0500
commitf902e4ed803d98e5bb8914be377e78e6e0739d82 (patch)
treee64ca840e3eef6e30dfd23548e4924dcdba4c89c /commander/.classpath
parent4e6854faa5706d02a74e0c04dc84a81aca58169a (diff)
parentbdad2e9c2f286469519ba8ad3197e1a9b1e9190f (diff)
Merge branch 'trunk' of git@ashardalon.com:bjc-utils2.git into trunk
Diffstat (limited to 'commander/.classpath')
-rw-r--r--commander/.classpath15
1 files changed, 14 insertions, 1 deletions
diff --git a/commander/.classpath b/commander/.classpath
index 65e14b4..5a13661 100644
--- a/commander/.classpath
+++ b/commander/.classpath
@@ -14,7 +14,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>
@@ -24,5 +24,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>