14 lines
532 B
Plaintext
14 lines
532 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<classpath>
|
||
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
|
||
|
<attributes>
|
||
|
<attribute name="module" value="true"/>
|
||
|
</attributes>
|
||
|
</classpathentry>
|
||
|
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
|
||
|
<classpathentry excluding="Moodle_Uebungen/|Exercises/" kind="src" path=""/>
|
||
|
<classpathentry kind="src" path="Exercises"/>
|
||
|
<classpathentry kind="src" path="Moodle_Uebungen"/>
|
||
|
<classpathentry kind="output" path="bin"/>
|
||
|
</classpath>
|