diff options
Diffstat (limited to 'ui-desktop/.classpath')
| -rw-r--r-- | ui-desktop/.classpath | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ui-desktop/.classpath b/ui-desktop/.classpath new file mode 100644 index 0000000..bac8826 --- /dev/null +++ b/ui-desktop/.classpath | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <classpath> | ||
| 3 | <!-- Defines your source folder --> | ||
| 4 | <classpathentry kind="src" output="bin/classes" path="src/main/java"/> | ||
| 5 | <classpathentry kind="src" output="bin/test-classes" path="src/test/java"> | ||
| 6 | <attributes> | ||
| 7 | <attribute name="test" value="true"/> | ||
| 8 | </attributes> | ||
| 9 | </classpathentry> | ||
| 10 | <!-- Defines the standard Java System Library --> | ||
| 11 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | ||
| 12 | <!-- Defines where compiled .class files go --> | ||
| 13 | <classpathentry kind="output" path="bin"/> | ||
| 14 | |||
| 15 | <classpathentry kind="lib" path="../lib/junit/junit-platform-console-standalone-6.1.1.jar"/> | ||
| 16 | <!-- Required OpenJFX JARs explicitly placed on the Modulepath --> | ||
| 17 | <classpathentry kind="lib" path="../lib/openjfx/javafx.base.jar"/> | ||
| 18 | <classpathentry kind="lib" path="../lib/openjfx/javafx.controls.jar"/> | ||
| 19 | <classpathentry kind="lib" path="../lib/openjfx/javafx.graphics.jar"/> | ||
| 20 | <classpathentry kind="lib" path="../lib/openjfx/javafx.fxml.jar"/> | ||
| 21 | </classpath> | ||
| 22 | |||