13 lines
438 B
Plaintext
Raw Normal View History

2020-09-02 13:52:41 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
2020-09-02 15:31:15 +02:00
<classpathentry kind="src" path="tests"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
2020-09-15 15:31:41 +02:00
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
2020-09-02 13:52:41 +02:00
<classpathentry kind="output" path="bin"/>
</classpath>