diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-03-20 18:18:32 +0100 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-03-20 18:18:32 +0100 |
| commit | bafe58a20a02e79b2af61c7b179e7d9ff68b8a4f (patch) | |
| tree | dc591f60cb5d38db05122c09d86beaa2cf785548 /.classpath | |
| download | Java2-bafe58a20a02e79b2af61c7b179e7d9ff68b8a4f.tar.gz Java2-bafe58a20a02e79b2af61c7b179e7d9ff68b8a4f.zip | |
First commit of my Java 2 work
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 6 |
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> |
