2022-11-07 00:28:34 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
2023-08-13 19:28:25 +02:00
|
|
|
<classpathentry including="**/*.java" kind="src" output="out/maven/classes" path="src">
|
2022-11-07 00:28:34 +01: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"/>
|
2023-10-14 12:18:36 +02:00
|
|
|
<attribute name="optional" value="true"/>
|
2022-11-07 00:28:34 +01:00
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2023-10-14 12:18:36 +02:00
|
|
|
<classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
2023-10-02 16:25:45 +02:00
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2023-10-14 12:18:36 +02:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
|
2023-10-02 16:25:45 +02:00
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2022-11-07 00:28:34 +01:00
|
|
|
<classpathentry kind="output" path="out/maven/classes"/>
|
|
|
|
</classpath>
|