diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2014-10-15 15:02:26 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2014-10-15 15:16:52 +0200 |
| commit | 8445b7d11b29b870815c3cef137391faac9afca5 (patch) | |
| tree | fdf69e6b9bac8e47614cd99d91e13bfdced35838 /.classpath | |
| download | Java1-8445b7d11b29b870815c3cef137391faac9afca5.tar.gz Java1-8445b7d11b29b870815c3cef137391faac9afca5.zip | |
First commit of my Java1 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..63b7e89 --- /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.8"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
|
