diff options
Diffstat (limited to 'ksm-model/.classpath')
-rw-r--r-- | ksm-model/.classpath | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ksm-model/.classpath b/ksm-model/.classpath new file mode 100644 index 0000000..9a299c7 --- /dev/null +++ b/ksm-model/.classpath @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="test"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> + <classpathentry kind="lib" path="lib/mockito-all-1.8.5.jar"/> + <classpathentry kind="output" path="bin"/> +</classpath> |