diff options
author | Brett Chabot <brettchabot@android.com> | 2010-05-11 12:35:51 -0700 |
---|---|---|
committer | Brett Chabot <brettchabot@android.com> | 2010-05-11 12:35:51 -0700 |
commit | ff7d30a73bf909f90f9c050333c69fcdbeff816b (patch) | |
tree | f8556795beb427cbee89598088b0fd4e2a2475c5 /ddms | |
parent | 36841fb083adffc9025384a34a0b6ad21df03a6b (diff) | |
download | sdk-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/.classpath | 8 | ||||
-rw-r--r-- | ddms/libs/ddmlib/tests/.project | 17 |
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> |