diff options
Diffstat (limited to 'ddms/app/.classpath')
-rw-r--r-- | ddms/app/.classpath | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ddms/app/.classpath b/ddms/app/.classpath new file mode 100644 index 0000000..2fa1fb7 --- /dev/null +++ b/ddms/app/.classpath @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry excluding="Makefile|resources/" kind="src" path="src"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/ANDROID_SWT"/> + <classpathentry combineaccessrules="false" kind="src" path="/ddmlib"/> + <classpathentry combineaccessrules="false" kind="src" path="/ddmuilib"/> + <classpathentry combineaccessrules="false" kind="src" path="/AndroidPrefs"/> + <classpathentry combineaccessrules="false" kind="src" path="/SdkStatsService"/> + <classpathentry kind="output" path="bin"/> +</classpath> |