Bank-System-New/Bank-Beispiel/.classpath

12 lines
463 B
Plaintext
Raw Permalink Normal View History

2022-09-27 09:29:57 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src"/>
2022-10-18 22:20:16 +02:00
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
2022-09-27 09:29:57 +02:00
<classpathentry kind="output" path="bin"/>
</classpath>