diff options
| author | Ben Culkin <scorpress@gmail.com> | 2023-10-25 19:34:46 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2023-10-25 19:34:46 -0400 |
| commit | 171c885a1bd4410637146cc43f22ddd9aef28e4f (patch) | |
| tree | 48394b07ee91b8907de160737c5fa951743bfced /JPratt/.classpath | |
| parent | f2037af115d8459aeaed003bb7c4aa0557a040b9 (diff) | |
| parent | a85154026879a191be2c581404a34f7b16a22322 (diff) | |
Merge branch 'trunk' of git@ashardalon.com:jpratt.git into trunk
Diffstat (limited to 'JPratt/.classpath')
| -rw-r--r-- | JPratt/.classpath | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/JPratt/.classpath b/JPratt/.classpath index 2236a24..ba3f517 100644 --- a/JPratt/.classpath +++ b/JPratt/.classpath @@ -26,5 +26,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> |
