2013-02-06 15:40:17 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
|
|
|
<classpathentry including="**/*.java" kind="src" output="target/classes" path="src/main/java">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
|
|
|
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
|
|
|
|
<attributes>
|
2020-05-19 17:22:22 +02:00
|
|
|
<attribute name="test" value="true"/>
|
2013-02-06 15:40:17 +01:00
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2019-07-23 12:02:03 +02:00
|
|
|
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2018-03-01 15:05:57 +01:00
|
|
|
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
2013-02-06 15:40:17 +01:00
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
2018-03-01 15:05:57 +01:00
|
|
|
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
|
2013-02-06 15:40:17 +01:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2018-03-01 15:05:57 +01:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
|
2013-02-06 15:40:17 +01:00
|
|
|
<attributes>
|
2018-03-02 17:06:41 +01:00
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
2013-02-06 15:40:17 +01:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2020-05-18 15:47:55 +02:00
|
|
|
<classpathentry kind="src" path="target/generated-sources/annotations">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
|
|
|
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="test" value="true"/>
|
2020-05-19 17:22:22 +02:00
|
|
|
<attribute name="optional" value="true"/>
|
2020-05-18 15:47:55 +02:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2013-02-06 15:40:17 +01:00
|
|
|
<classpathentry kind="output" path="target/classes"/>
|
|
|
|
</classpath>
|