summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortspitzer2013-09-03 12:39:34 +0200
committertspitzer2013-09-03 12:39:34 +0200
commitd2d651903d9222e341a048e0200e6c74d396de33 (patch)
treee5eebc7351bb9e9b903373d0b56bd96ab90de333
parentnew Version (diff)
downloadtutor-module-d2d651903d9222e341a048e0200e6c74d396de33.tar.gz
tutor-module-d2d651903d9222e341a048e0200e6c74d396de33.tar.xz
tutor-module-d2d651903d9222e341a048e0200e6c74d396de33.zip
initial commit
-rw-r--r--Dozentenmodul/.classpath6
-rw-r--r--Dozentenmodul/.project17
2 files changed, 23 insertions, 0 deletions
diff --git a/Dozentenmodul/.classpath b/Dozentenmodul/.classpath
new file mode 100644
index 00000000..91ee9a52
--- /dev/null
+++ b/Dozentenmodul/.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>
diff --git a/Dozentenmodul/.project b/Dozentenmodul/.project
new file mode 100644
index 00000000..030bb5f5
--- /dev/null
+++ b/Dozentenmodul/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>Dozentenmodul</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>