archidata/.classpath

28 lines
1002 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry including="**/*.java" kind="src" output="out/maven/classes" path="src">
<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"/>
<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>
<classpathentry kind="output" path="out/maven/classes"/>
</classpath>