2018-05-16 10:46:44 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
2018-12-21 11:14:16 +00:00
|
|
|
<classpathentry kind="src" output="target/classes" path="src/main/java">
|
2018-12-13 17:52:34 +00:00
|
|
|
<attributes>
|
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2018-12-21 11:14:16 +00:00
|
|
|
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
|
2018-05-16 10:46:44 +00:00
|
|
|
<attributes>
|
2018-12-21 11:14:16 +00:00
|
|
|
<attribute name="optional" value="true"/>
|
2018-05-16 10:46:44 +00:00
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2018-12-21 11:14:16 +00:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
|
2018-05-16 10:46:44 +00:00
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2019-01-04 10:19:33 +00:00
|
|
|
<classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
2018-11-02 15:52:09 +00:00
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2018-12-21 11:14:16 +00:00
|
|
|
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
|
2018-12-03 13:12:52 +00:00
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2019-01-04 10:19:33 +00:00
|
|
|
<classpathentry kind="src" path="target/generated-sources/annotations">
|
2018-12-03 13:12:52 +00:00
|
|
|
<attributes>
|
2019-02-25 13:31:05 +00:00
|
|
|
<attribute name="ignore_optional_problems" value="true"/>
|
2018-12-03 13:12:52 +00:00
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
<attribute name="m2e-apt" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2019-01-30 18:24:10 +00:00
|
|
|
<classpathentry kind="src" output="target/classes" path="target/generated-sources/package-info">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2019-02-25 13:31:05 +00:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
|
2019-01-04 10:19:33 +00:00
|
|
|
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
|
2018-12-21 11:14:16 +00:00
|
|
|
<attributes>
|
|
|
|
<attribute name="optional" value="true"/>
|
2019-01-04 10:19:33 +00:00
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
<attribute name="ignore_optional_problems" value="true"/>
|
|
|
|
<attribute name="m2e-apt" value="true"/>
|
2018-12-21 11:14:16 +00:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2018-05-16 10:46:44 +00:00
|
|
|
<classpathentry kind="output" path="target/classes"/>
|
|
|
|
</classpath>
|