summaryrefslogtreecommitdiffstats
path: root/junit4/.classpath
diff options
context:
space:
mode:
Diffstat (limited to 'junit4/.classpath')
-rw-r--r--junit4/.classpath8
1 files changed, 8 insertions, 0 deletions
diff --git a/junit4/.classpath b/junit4/.classpath
new file mode 100644
index 0000000..9cecf51
--- /dev/null
+++ b/junit4/.classpath
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src/main/java"/>
+ <classpathentry kind="src" path="src/test/java"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry exported="true" kind="lib" path="lib/hamcrest-core-1.1.jar"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>