parent
9bf094d376
commit
44a49838ee
@ -1,39 +1,39 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
<?xml version="1.0" encoding="UTF-8"?> |
||||||
<classpath> |
<classpath> |
||||||
<classpathentry kind="src" output="target/classes" path="src/main/java"> |
<classpathentry kind="src" output="target/classes" path="src/main/java"> |
||||||
<attributes> |
<attributes> |
||||||
<attribute name="optional" value="true"/> |
<attribute name="optional" value="true"/> |
||||||
<attribute name="maven.pomderived" value="true"/> |
<attribute name="maven.pomderived" value="true"/> |
||||||
</attributes> |
</attributes> |
||||||
</classpathentry> |
</classpathentry> |
||||||
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> |
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> |
||||||
<attributes> |
<attributes> |
||||||
<attribute name="maven.pomderived" value="true"/> |
<attribute name="maven.pomderived" value="true"/> |
||||||
</attributes> |
</attributes> |
||||||
</classpathentry> |
</classpathentry> |
||||||
<classpathentry kind="src" output="target/test-classes" path="src/test/java"> |
<classpathentry kind="src" output="target/test-classes" path="src/test/java"> |
||||||
<attributes> |
<attributes> |
||||||
<attribute name="optional" value="true"/> |
<attribute name="test" value="true"/> |
||||||
<attribute name="maven.pomderived" value="true"/> |
<attribute name="optional" value="true"/> |
||||||
<attribute name="test" value="true"/> |
<attribute name="maven.pomderived" value="true"/> |
||||||
</attributes> |
</attributes> |
||||||
</classpathentry> |
</classpathentry> |
||||||
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"> |
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"> |
||||||
<attributes> |
<attributes> |
||||||
<attribute name="maven.pomderived" value="true"/> |
<attribute name="test" value="true"/> |
||||||
<attribute name="test" value="true"/> |
<attribute name="maven.pomderived" value="true"/> |
||||||
</attributes> |
</attributes> |
||||||
</classpathentry> |
</classpathentry> |
||||||
<classpathentry kind="src" path="de.kreth.property2java"/> |
<classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> |
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"> |
<attributes> |
||||||
<attributes> |
<attribute name="maven.pomderived" value="true"/> |
||||||
<attribute name="maven.pomderived" value="true"/> |
</attributes> |
||||||
</attributes> |
</classpathentry> |
||||||
</classpathentry> |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"> |
||||||
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> |
<attributes> |
||||||
<attributes> |
<attribute name="module" value="true"/> |
||||||
<attribute name="maven.pomderived" value="true"/> |
<attribute name="maven.pomderived" value="true"/> |
||||||
</attributes> |
</attributes> |
||||||
</classpathentry> |
</classpathentry> |
||||||
<classpathentry kind="output" path="target/classes"/> |
<classpathentry kind="output" path="target/classes"/> |
||||||
</classpath> |
</classpath> |
||||||
|
|||||||
Loading…
Reference in new issue