Programmierung2/.classpath

16 lines
519 B
Plaintext
Raw Permalink Normal View History

2024-08-12 23:33:07 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
2024-08-25 18:00:22 +02:00
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
2024-08-12 23:33:07 +02:00
<classpathentry kind="src" path="Programmierung2/src"/>
2024-09-08 18:10:29 +02:00
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5">
2024-08-25 18:00:22 +02:00
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
2024-08-12 23:33:07 +02:00
<classpathentry kind="output" path="bin"/>
</classpath>