diff options
author | Leonard Kugis <leonard@kug.is> | 2022-04-25 18:45:44 +0200 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2022-04-25 18:45:44 +0200 |
commit | bd5b3c31576fe043ab250fd6c9d684aabe954232 (patch) | |
tree | 3dfbfb8761ef433731d44593d22a54ca396b07c8 /.classpath |
Diffstat (limited to '.classpath')
-rwxr-xr-x | .classpath | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100755 index 0000000..d171cd4 --- /dev/null +++ b/.classpath @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
|