dnet-directindex-application/.classpath

42 lines
1.6 KiB
Plaintext
Raw Normal View History

2024-10-30 14:23:46 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
2024-11-06 15:41:13 +01:00
<classpathentry kind="src" output="target/classes" path="src/main/java">
2024-10-30 14:23:46 +01:00
<attributes>
<attribute name="optional" value="true"/>
2024-11-06 15:41:13 +01:00
<attribute name="maven.pomderived" value="true"/>
2024-10-30 14:23:46 +01:00
</attributes>
</classpathentry>
2024-12-10 09:35:14 +01:00
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
2024-10-30 14:23:46 +01:00
<attributes>
2024-11-06 15:41:13 +01:00
<attribute name="maven.pomderived" value="true"/>
2024-12-10 09:35:14 +01:00
<attribute name="optional" value="true"/>
2024-10-30 14:23:46 +01:00
</attributes>
</classpathentry>
2024-12-10 09:35:14 +01:00
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
2024-10-30 14:23:46 +01:00
<attributes>
2024-12-10 10:03:24 +01:00
<attribute name="test" value="true"/>
2024-11-06 15:41:13 +01:00
<attribute name="optional" value="true"/>
2024-12-10 09:35:14 +01:00
<attribute name="maven.pomderived" value="true"/>
2024-10-30 14:23:46 +01:00
</attributes>
</classpathentry>
2024-11-06 15:41:13 +01:00
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
2024-10-30 14:23:46 +01:00
<attributes>
2024-12-10 09:35:14 +01:00
<attribute name="test" value="true"/>
2024-12-10 10:03:24 +01:00
<attribute name="maven.pomderived" value="true"/>
2024-11-06 15:41:13 +01:00
<attribute name="optional" value="true"/>
2024-10-30 14:23:46 +01:00
</attributes>
</classpathentry>
2024-12-10 10:03:24 +01:00
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-20">
2024-10-30 14:23:46 +01:00
<attributes>
2024-12-10 10:03:24 +01:00
<attribute name="module" value="true"/>
2024-10-30 14:23:46 +01:00
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
2024-11-06 15:41:13 +01:00
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
2024-10-30 14:23:46 +01:00
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>