diff options
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 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> |
