summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorLeonard Kugis <leonard@kug.is>2022-04-25 18:49:40 +0200
committerLeonard Kugis <leonard@kug.is>2022-04-25 18:49:40 +0200
commit319e82391bfb8822fd75684f17ae28b26c1e3b0c (patch)
treeccdb434f57e486871f5603d3235003bfe0162161 /.classpath
Initial commitHEADmaster
Diffstat (limited to '.classpath')
-rwxr-xr-x.classpath6
1 files changed, 6 insertions, 0 deletions
diff --git a/.classpath b/.classpath
new file mode 100755
index 0000000..91ee9a5
--- /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/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>