|
|
@ -6,6 +6,11 @@ |
|
|
|
<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"/> |
|
|
|
</attributes> |
|
|
|
</classpathentry> |
|
|
|
<classpathentry kind="src" output="target/test-classes" path="src/test/java"> |
|
|
|
<attributes> |
|
|
|
<attribute name="test" value="true"/> |
|
|
@ -15,6 +20,7 @@ |
|
|
|
</classpathentry> |
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"> |
|
|
|
<attributes> |
|
|
|
<attribute name="module" value="true"/> |
|
|
|
<attribute name="maven.pomderived" value="true"/> |
|
|
|
</attributes> |
|
|
|
</classpathentry> |
|
|
|