diff options
author | Xavier Ducrohet <xav@android.com> | 2012-03-07 15:20:12 -0800 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2012-03-07 15:46:38 -0800 |
commit | 8a3082c6750064eaab3e0a63816f136bb061b6c6 (patch) | |
tree | 6234eece3b136b3d7874bec97e160617ec742dc1 /testapps/legacyTest/.classpath | |
parent | bcf44e9429811b3e1f97d21ea92816957bce2601 (diff) | |
download | sdk-8a3082c6750064eaab3e0a63816f136bb061b6c6.zip sdk-8a3082c6750064eaab3e0a63816f136bb061b6c6.tar.gz sdk-8a3082c6750064eaab3e0a63816f136bb061b6c6.tar.bz2 |
More changes to the test projects.
Change-Id: I823bcc19b7de6cea4c985f2c01feccddd6f8022d
Diffstat (limited to 'testapps/legacyTest/.classpath')
-rw-r--r-- | testapps/legacyTest/.classpath | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testapps/legacyTest/.classpath b/testapps/legacyTest/.classpath new file mode 100644 index 0000000..1f92faf --- /dev/null +++ b/testapps/legacyTest/.classpath @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="gen"/> + <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> + <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> + <classpathentry kind="lib" path="libs/basicJar.jar"/> + <classpathentry kind="output" path="bin/classes"/> +</classpath> |