2018-05-02 20:27:38 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
2018-05-13 00:35:11 +02:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
|
|
|
<classpathentry kind="src" output="target/classes" path="src">
|
2018-05-04 00:28:32 +02:00
|
|
|
<attributes>
|
|
|
|
<attribute name="ignore_optional_problems" value="true"/>
|
2018-05-13 00:35:11 +02:00
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
|
|
|
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
2018-05-04 00:28:32 +02:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2018-05-13 00:35:11 +02:00
|
|
|
<classpathentry kind="output" path="target/classes"/>
|
2018-05-02 20:27:38 +02:00
|
|
|
</classpath>
|