archidata/.classpath

49 lines
1.9 KiB
Plaintext
Raw Permalink Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
2024-01-17 20:19:10 +01:00
<classpathentry including="**/*.java" kind="src" output="target/classes" path="src">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
2024-01-17 20:19:10 +01:00
<classpathentry kind="src" output="target/test-classes" path="test/src">
<attributes>
<attribute name="test" value="true"/>
2023-10-14 12:18:36 +02:00
<attribute name="optional" value="true"/>
<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>
2024-01-17 20:19:10 +01:00
<classpathentry excluding="**" kind="src" output="target/test-classes" path="test/resources">
2023-10-25 23:53:55 +02:00
<attributes>
<attribute name="test" value="true"/>
<attribute name="maven.pomderived" value="true"/>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
2024-09-12 00:24:37 +02:00
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21">
2023-10-02 16:25:45 +02:00
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
2024-09-12 00:24:37 +02:00
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
<attributes>
2024-09-12 00:24:37 +02:00
<attribute name="test" value="true"/>
<attribute name="optional" value="true"/>
2024-09-12 00:24:37 +02:00
<attribute name="maven.pomderived" value="true"/>
<attribute name="ignore_optional_problems" value="true"/>
<attribute name="m2e-apt" value="true"/>
</attributes>
</classpathentry>
2024-09-12 00:24:37 +02:00
<classpathentry kind="src" path="target/generated-sources/annotations">
2024-03-09 08:42:26 +01:00
<attributes>
<attribute name="optional" value="true"/>
2024-03-09 08:42:26 +01:00
</attributes>
</classpathentry>
2024-01-17 20:19:10 +01:00
<classpathentry kind="output" path="target/classes"/>
</classpath>