aboutsummaryrefslogtreecommitdiffstats
path: root/ddms
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@android.com>2010-05-11 12:35:51 -0700
committerBrett Chabot <brettchabot@android.com>2010-05-11 12:35:51 -0700
commitff7d30a73bf909f90f9c050333c69fcdbeff816b (patch)
treef8556795beb427cbee89598088b0fd4e2a2475c5 /ddms
parent36841fb083adffc9025384a34a0b6ad21df03a6b (diff)
downloadsdk-ff7d30a73bf909f90f9c050333c69fcdbeff816b.zip
sdk-ff7d30a73bf909f90f9c050333c69fcdbeff816b.tar.gz
sdk-ff7d30a73bf909f90f9c050333c69fcdbeff816b.tar.bz2
Add Eclipse project files for ddmlib-tests.
Change-Id: I683a47d38d9e87461d53e691c438ffeb2c3f8afa
Diffstat (limited to 'ddms')
-rw-r--r--ddms/libs/ddmlib/tests/.classpath8
-rw-r--r--ddms/libs/ddmlib/tests/.project17
2 files changed, 25 insertions, 0 deletions
diff --git a/ddms/libs/ddmlib/tests/.classpath b/ddms/libs/ddmlib/tests/.classpath
new file mode 100644
index 0000000..2a5d2da
--- /dev/null
+++ b/ddms/libs/ddmlib/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 combineaccessrules="false" kind="src" path="/ddmlib"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/ddms/libs/ddmlib/tests/.project b/ddms/libs/ddmlib/tests/.project
new file mode 100644
index 0000000..81a7f69
--- /dev/null
+++ b/ddms/libs/ddmlib/tests/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>ddmlib-tests</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>