diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-11-23 21:11:37 +0100 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-11-23 21:11:37 +0100 |
| commit | 949e1bfa83b7cd7615c25fca630ecb6d9861928b (patch) | |
| tree | 5c566cc5cc6ff2f0b9ea3506b1e6f84ee38afe7f /.classpath | |
| download | Notepad---949e1bfa83b7cd7615c25fca630ecb6d9861928b.tar.gz Notepad---949e1bfa83b7cd7615c25fca630ecb6d9861928b.zip | |
Add first version of Notepad--
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..3b2e843 --- /dev/null +++ b/.classpath @@ -0,0 +1,7 @@ +<?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-1.8"/> + <classpathentry kind="con" path="org.eclipse.fx.ide.jdt.core.JAVAFX_CONTAINER"/> + <classpathentry kind="output" path="bin"/> +</classpath> |
