aboutsummaryrefslogtreecommitdiff
path: root/manualtest/.classpath
diff options
context:
space:
mode:
authorKevin Jin <kjin@google.com>2014-10-30 17:45:01 -0700
committerKevin Jin <kjin@google.com>2014-10-30 17:45:01 -0700
commit7eaedea1d7ac9a4103c616a85351599a290df37f (patch)
tree2591bc16a0a67a1fdeb7d7947f76fde42ff7b873 /manualtest/.classpath
parentb8c4f2e950ab8132196dd644d7cfc892f75a8441 (diff)
downloaddroiddriver-7eaedea1d7ac9a4103c616a85351599a290df37f.tar.gz
add manualtest for DroidDriver
It's a convenient way to reproduce and debug failures without the dependency on real apps. Change-Id: Ib8d84b5f2c501e04cf95205c3943d0baf56346ef
Diffstat (limited to 'manualtest/.classpath')
-rw-r--r--manualtest/.classpath10
1 files changed, 10 insertions, 0 deletions
diff --git a/manualtest/.classpath b/manualtest/.classpath
new file mode 100644
index 0000000..fe82c97
--- /dev/null
+++ b/manualtest/.classpath
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="gen"/>
+ <classpathentry combineaccessrules="false" exported="true" kind="src" path="/DroidDriver"/>
+ <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
+ <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
+ <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
+ <classpathentry kind="output" path="bin/classes"/>
+</classpath>