diff options
Diffstat (limited to 'test/resources/antclipse/.classpath')
-rw-r--r-- | test/resources/antclipse/.classpath | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/resources/antclipse/.classpath b/test/resources/antclipse/.classpath deleted file mode 100644 index 8a55b01..0000000 --- a/test/resources/antclipse/.classpath +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <!-- this is an awfully hacked Eclipse classpath file, must find a way to test libs--> - <classpathentry kind="src" path="../../../src"/> - <classpathentry kind="src" path="../../../test/src"/> - <classpathentry kind="src" path="../../../test/resources"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="output" path="."/> -</classpath> |