Programmierung2/.classpath

21 lines
725 B
Plaintext
Raw 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-09-10 16:40:22 +02:00
<classpathentry kind="lib" path="C:/Users/obaya/Downloads/mysql-connector-j-9.0.0/mysql-connector-j-9.0.0.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
2024-08-12 23:33:07 +02:00
<classpathentry kind="output" path="bin"/>
</classpath>