diff options
Diffstat (limited to 'modules/ui-desktop/.classpath')
| -rw-r--r-- | modules/ui-desktop/.classpath | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/modules/ui-desktop/.classpath b/modules/ui-desktop/.classpath deleted file mode 100644 index 7d4bc5c..0000000 --- a/modules/ui-desktop/.classpath +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 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 | <attributes> | ||
| 6 | <attribute name="optional" value="true"/> | ||
| 7 | </attributes> | ||
| 8 | </classpathentry> | ||
| 9 | <classpathentry kind="src" output="bin/test-classes" path="src/test/java"> | ||
| 10 | <attributes> | ||
| 11 | <attribute name="optional" value="true"/> | ||
| 12 | <attribute name="test" value="true"/> | ||
| 13 | </attributes> | ||
| 14 | </classpathentry> | ||
| 15 | <!-- Defines the standard Java System Library --> | ||
| 16 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | ||
| 17 | <!-- Defines where compiled .class files go --> | ||
| 18 | <classpathentry kind="output" path="bin"/> | ||
| 19 | |||
| 20 | <!-- Required OpenJFX JARs explicitly placed on the Modulepath --> | ||
| 21 | <classpathentry kind="lib" path="/usr/share/openjfx/lib/javafx.base.jar"> | ||
| 22 | <attributes><attribute name="module" value="true"/></attributes> | ||
| 23 | </classpathentry> | ||
| 24 | <classpathentry kind="lib" path="/usr/share/openjfx/lib/javafx.controls.jar"> | ||
| 25 | <attributes><attribute name="module" value="true"/></attributes> | ||
| 26 | </classpathentry> | ||
| 27 | <classpathentry kind="lib" path="/usr/share/openjfx/lib/javafx.graphics.jar"> | ||
| 28 | <attributes><attribute name="module" value="true"/></attributes> | ||
| 29 | </classpathentry> | ||
| 30 | <classpathentry kind="lib" path="/usr/share/openjfx/lib/javafx.fxml.jar"> | ||
| 31 | <attributes><attribute name="module" value="true"/></attributes> | ||
| 32 | </classpathentry> | ||
| 33 | </classpath> | ||
| 34 | |||