diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-07-08 02:41:31 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-07-08 02:41:31 -0400 |
commit | ee2229339429d50afa33e2f8b9c0ee0939766290 (patch) | |
tree | a5ee54bd23c24950e9b10815f3e87605906992d8 /.classpath | |
parent | 9e1371424bdf4c31d756d686313730d4c61f7ac5 (diff) | |
download | NPEhero-ee2229339429d50afa33e2f8b9c0ee0939766290.tar.gz NPEhero-ee2229339429d50afa33e2f8b9c0ee0939766290.tar.bz2 NPEhero-ee2229339429d50afa33e2f8b9c0ee0939766290.zip |
Change project structure, embed resources into jar and remove libraries from source control
Diffstat (limited to '')
-rw-r--r-- | .classpath | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.classpath b/.classpath deleted file mode 100644 index 4d50168..0000000 --- a/.classpath +++ /dev/null @@ -1,19 +0,0 @@ -<?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="lib" path="lib/json-simple-1.1.1.jar"/> - <classpathentry kind="output" path="bin"/> -</classpath> |