diff options
Diffstat (limited to 'ant-glob-tests/.classpath')
-rw-r--r-- | ant-glob-tests/.classpath | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ant-glob-tests/.classpath b/ant-glob-tests/.classpath new file mode 100644 index 0000000..0a4978e --- /dev/null +++ b/ant-glob-tests/.classpath @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <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/3"/> + <classpathentry combineaccessrules="false" kind="src" path="/ant-glob"/> + <classpathentry kind="output" path="bin"/> +</classpath> |