diff options
Diffstat (limited to 'ddms/libs/ddmuilib/.classpath')
-rw-r--r-- | ddms/libs/ddmuilib/.classpath | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ddms/libs/ddmuilib/.classpath b/ddms/libs/ddmuilib/.classpath new file mode 100644 index 0000000..ce7e7f0 --- /dev/null +++ b/ddms/libs/ddmuilib/.classpath @@ -0,0 +1,9 @@ +<?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 combineaccessrules="false" kind="src" path="/ddmlib"/> + <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/ANDROID_SWT"/> + <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/ANDROID_JFREECHART"/> + <classpathentry kind="output" path="bin"/> +</classpath> |