2020-10-02 21:57:48 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
2023-10-14 12:22:21 +02:00
|
|
|
<classpathentry including="**/*.java" kind="src" output="out/maven/classes" path="src">
|
2020-10-02 21:57:48 +02:00
|
|
|
<attributes>
|
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
|
|
|
<classpathentry kind="src" output="out/maven/test-classes" path="test/src">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="test" value="true"/>
|
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2023-10-14 12:22:21 +02:00
|
|
|
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
2020-10-02 21:57:48 +02:00
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2023-10-14 12:22:21 +02:00
|
|
|
<classpathentry excluding="**" kind="src" output="out/maven/test-classes" path="test/resources">
|
2020-10-02 21:57:48 +02:00
|
|
|
<attributes>
|
2023-10-14 12:22:21 +02:00
|
|
|
<attribute name="test" value="true"/>
|
2020-10-02 21:57:48 +02:00
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
2023-10-14 12:22:21 +02:00
|
|
|
<attribute name="optional" value="true"/>
|
2020-10-02 21:57:48 +02:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2023-10-14 12:22:21 +02:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
|
2023-04-30 23:54:47 +02:00
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2020-10-02 21:57:48 +02:00
|
|
|
<classpathentry kind="output" path="out/maven/classes"/>
|
|
|
|
</classpath>
|