diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-01-12 19:31:40 +0100 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-01-12 19:31:40 +0100 |
| commit | b2a66673c2d7d67fbb967c17c038814c4cec166c (patch) | |
| tree | b549a511feb65c090a6da94131770c4783564e79 /.classpath | |
| parent | ad9ec8854341770a84700d3df18c3a044a14f673 (diff) | |
| download | Java1-b2a66673c2d7d67fbb967c17c038814c4cec166c.tar.gz Java1-b2a66673c2d7d67fbb967c17c038814c4cec166c.zip | |
Assignment No.13 first implementation.
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -1,6 +1,7 @@ -<?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>
+<?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="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> + <classpathentry kind="output" path="bin"/> +</classpath> |
