uebungen/sources/.classpath

35 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

2023-03-20 15:32:23 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
2023-04-22 16:46:00 +02:00
<classpathentry kind="src" output="target/classes" path="src/main/java">
2023-03-20 15:32:23 +01:00
<attributes>
2023-04-22 16:46:00 +02:00
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
<attributes>
<attribute name="maven.pomderived" value="true"/>
2023-03-20 15:32:23 +01:00
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/game_framework.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
2023-04-22 16:46:00 +02:00
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
2023-03-20 15:32:23 +01:00
<classpathentry kind="output" path="target/classes"/>
</classpath>