diff options
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.tests/.classpath')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.tests/.classpath | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.tests/.classpath b/eclipse/plugins/com.android.ide.eclipse.tests/.classpath new file mode 100644 index 0000000..1cc51e9 --- /dev/null +++ b/eclipse/plugins/com.android.ide.eclipse.tests/.classpath @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="unittests"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry kind="lib" path="kxml2-2.3.0.jar"/> + <classpathentry kind="output" path="bin"/> +</classpath> |