aboutsummaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authortferrari25 <tferrari25@HS-234-21.fcsd.monroe.edu>2023-05-10 23:26:13 -0400
committertferrari25 <tferrari25@HS-234-21.fcsd.monroe.edu>2023-05-10 23:26:13 -0400
commitfae5cc1d77590caff6f9c1f2abfbe0a90e3d2173 (patch)
treec4e88e5399143829074c5484268bcbc0c396938c /.classpath
parent49bcaaabbc4996ff790e4253bad9deadf3ffe42b (diff)
downloadNPEhero-fae5cc1d77590caff6f9c1f2abfbe0a90e3d2173.tar.gz
NPEhero-fae5cc1d77590caff6f9c1f2abfbe0a90e3d2173.tar.bz2
NPEhero-fae5cc1d77590caff6f9c1f2abfbe0a90e3d2173.zip
Downgrade to JavaFX 15.0.1 and add Windows configs
Diffstat (limited to '.classpath')
-rw-r--r--.classpath36
1 files changed, 18 insertions, 18 deletions
diff --git a/.classpath b/.classpath
index a94ee04..7167265 100644
--- a/.classpath
+++ b/.classpath
@@ -1,18 +1,18 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
- <attributes>
- <attribute name="module" value="true"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="lib" path="lib/javafx.base.jar"/>
- <classpathentry kind="lib" path="lib/javafx.controls.jar"/>
- <classpathentry kind="lib" path="lib/javafx.fxml.jar"/>
- <classpathentry kind="lib" path="lib/javafx.graphics.jar"/>
- <classpathentry kind="lib" path="lib/javafx.media.jar"/>
- <classpathentry kind="lib" path="lib/javafx.swing.jar"/>
- <classpathentry kind="lib" path="lib/javafx.web.jar"/>
- <classpathentry kind="lib" path="lib/javafx-swt.jar"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
+ <attributes>
+ <attribute name="module" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="lib" path="lib/windows/lib/javafx.base.jar"/>
+ <classpathentry kind="lib" path="lib/windows/lib/javafx.controls.jar"/>
+ <classpathentry kind="lib" path="lib/windows/lib/javafx.fxml.jar"/>
+ <classpathentry kind="lib" path="lib/windows/lib/javafx.graphics.jar"/>
+ <classpathentry kind="lib" path="lib/windows/lib/javafx.media.jar"/>
+ <classpathentry kind="lib" path="lib/windows/lib/javafx.swing.jar"/>
+ <classpathentry kind="lib" path="lib/windows/lib/javafx.web.jar"/>
+ <classpathentry kind="lib" path="lib/windows/lib/javafx-swt.jar"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>