aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/jarCheckTests1
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-03-02 18:14:54 -0800
committerXavier Ducrohet <xav@android.com>2012-03-02 18:14:54 -0800
commit20524a799829e63450df821046b4d998102c255c (patch)
tree80a0c58a30422ef1246b63ab833ff115678b164b /testapps/jarCheckTests1
parent906fec2a94663ad1aa76aad55fdf2cbb97324d66 (diff)
downloadsdk-20524a799829e63450df821046b4d998102c255c.zip
sdk-20524a799829e63450df821046b4d998102c255c.tar.gz
sdk-20524a799829e63450df821046b4d998102c255c.tar.bz2
Fix the test projects eclipse setup.
They shouldn't manually add their jar to the classpath anymore. Putting jar files in libs/ is enough now. Change-Id: I3ea7731082f306257531798f34eaa8eb68109c18
Diffstat (limited to 'testapps/jarCheckTests1')
-rw-r--r--testapps/jarCheckTests1/lib1/.classpath1
-rw-r--r--testapps/jarCheckTests1/lib2/.classpath1
2 files changed, 0 insertions, 2 deletions
diff --git a/testapps/jarCheckTests1/lib1/.classpath b/testapps/jarCheckTests1/lib1/.classpath
index c5c5afd..a4763d1 100644
--- a/testapps/jarCheckTests1/lib1/.classpath
+++ b/testapps/jarCheckTests1/lib1/.classpath
@@ -4,6 +4,5 @@
<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/android-support-v4.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
diff --git a/testapps/jarCheckTests1/lib2/.classpath b/testapps/jarCheckTests1/lib2/.classpath
index c5c5afd..a4763d1 100644
--- a/testapps/jarCheckTests1/lib2/.classpath
+++ b/testapps/jarCheckTests1/lib2/.classpath
@@ -4,6 +4,5 @@
<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/android-support-v4.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>