This commit is contained in:
elix3007 2023-10-16 12:44:18 +02:00
parent e372b59e32
commit 0c4d1cef71
1 changed files with 6 additions and 1 deletions

View File

@ -1,11 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="Elaborato_IS/src"/>
<classpathentry kind="con" path="org.eclipse.fx.ide.jdt.core.JAVAFX_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/home/shaggy/Scrivania/JavaLib/postgresql-42.6.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>