2016-07-12 22:26:54 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
2018-09-04 12:12:41 +02:00
|
|
|
<classpathentry kind="src" output="target/classes" path="src/main/java">
|
2016-09-02 20:32:37 +02:00
|
|
|
<attributes>
|
2017-05-01 21:24:30 +02:00
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
2016-09-02 20:32:37 +02:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2018-09-04 12:12:41 +02:00
|
|
|
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
|
2017-05-01 21:24:30 +02:00
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2018-09-04 12:12:41 +02:00
|
|
|
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
|
2018-06-09 19:37:34 +02:00
|
|
|
<attributes>
|
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
2018-09-28 11:17:46 +02:00
|
|
|
<attribute name="test" value="true"/>
|
2018-06-09 19:37:34 +02:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2018-09-28 11:17:46 +02:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-9">
|
2018-06-11 22:41:11 +02:00
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2018-09-04 12:12:41 +02:00
|
|
|
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
2018-06-09 19:37:34 +02:00
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2017-05-01 21:24:30 +02:00
|
|
|
<classpathentry kind="output" path="target/classes"/>
|
2016-07-12 22:26:54 +02:00
|
|
|
</classpath>
|