summaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-03-20 18:18:32 +0100
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-03-20 18:18:32 +0100
commitbafe58a20a02e79b2af61c7b179e7d9ff68b8a4f (patch)
treedc591f60cb5d38db05122c09d86beaa2cf785548 /.classpath
downloadJava2-bafe58a20a02e79b2af61c7b179e7d9ff68b8a4f.tar.gz
Java2-bafe58a20a02e79b2af61c7b179e7d9ff68b8a4f.zip
First commit of my Java 2 work
Diffstat (limited to '.classpath')
-rw-r--r--.classpath6
1 files changed, 6 insertions, 0 deletions
diff --git a/.classpath b/.classpath
new file mode 100644
index 0000000..fb50116
--- /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>