2017-05-08 18:18:18 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
|
|
|
<classpathentry kind="src" output="target/classes" path="src/main/java">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
<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="optional" value="true"/>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2017-05-24 18:04:56 +02:00
|
|
|
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
2017-05-08 18:18:18 +02:00
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
2021-10-07 12:58:44 +02:00
|
|
|
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2022-04-05 12:22:54 +02:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
2017-05-08 18:18:18 +02:00
|
|
|
<classpathentry kind="output" path="target/classes"/>
|
|
|
|
</classpath>
|