diff options
Diffstat (limited to 'ninepatch/tests/.classpath')
-rw-r--r-- | ninepatch/tests/.classpath | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ninepatch/tests/.classpath b/ninepatch/tests/.classpath new file mode 100644 index 0000000..26542d3 --- /dev/null +++ b/ninepatch/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="/ninepatch"/> + <classpathentry kind="output" path="bin"/> +</classpath> |