|
@@ -0,0 +1,51 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<classpath>
|
|
|
+ <classpathentry kind="src" path="src/main/java"/>
|
|
|
+ <classpathentry kind="src" path="src/main/resources"/>
|
|
|
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-15">
|
|
|
+ <attributes>
|
|
|
+ <attribute name="module" value="true"/>
|
|
|
+ </attributes>
|
|
|
+ </classpathentry>
|
|
|
+ <classpathentry kind="lib" path="lib/javafx-sdk-11.0.2/lib/javafx.base.jar">
|
|
|
+ <attributes>
|
|
|
+ <attribute name="module" value="true"/>
|
|
|
+ </attributes>
|
|
|
+ </classpathentry>
|
|
|
+ <classpathentry kind="lib" path="lib/javafx-sdk-11.0.2/lib/javafx.controls.jar">
|
|
|
+ <attributes>
|
|
|
+ <attribute name="module" value="true"/>
|
|
|
+ </attributes>
|
|
|
+ </classpathentry>
|
|
|
+ <classpathentry kind="lib" path="lib/javafx-sdk-11.0.2/lib/javafx.fxml.jar">
|
|
|
+ <attributes>
|
|
|
+ <attribute name="module" value="true"/>
|
|
|
+ </attributes>
|
|
|
+ </classpathentry>
|
|
|
+ <classpathentry kind="lib" path="lib/javafx-sdk-11.0.2/lib/javafx.graphics.jar">
|
|
|
+ <attributes>
|
|
|
+ <attribute name="module" value="true"/>
|
|
|
+ </attributes>
|
|
|
+ </classpathentry>
|
|
|
+ <classpathentry kind="lib" path="lib/javafx-sdk-11.0.2/lib/javafx.media.jar">
|
|
|
+ <attributes>
|
|
|
+ <attribute name="module" value="true"/>
|
|
|
+ </attributes>
|
|
|
+ </classpathentry>
|
|
|
+ <classpathentry kind="lib" path="lib/javafx-sdk-11.0.2/lib/javafx.swing.jar">
|
|
|
+ <attributes>
|
|
|
+ <attribute name="module" value="true"/>
|
|
|
+ </attributes>
|
|
|
+ </classpathentry>
|
|
|
+ <classpathentry kind="lib" path="lib/javafx-sdk-11.0.2/lib/javafx.web.jar">
|
|
|
+ <attributes>
|
|
|
+ <attribute name="module" value="true"/>
|
|
|
+ </attributes>
|
|
|
+ </classpathentry>
|
|
|
+ <classpathentry kind="lib" path="lib/javafx-sdk-11.0.2/lib/javafx-swt.jar">
|
|
|
+ <attributes>
|
|
|
+ <attribute name="module" value="true"/>
|
|
|
+ </attributes>
|
|
|
+ </classpathentry>
|
|
|
+ <classpathentry kind="output" path="bin"/>
|
|
|
+</classpath>
|