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