diff options
author | Xavier Ducrohet <xav@android.com> | 2012-03-02 18:14:54 -0800 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2012-03-02 18:14:54 -0800 |
commit | 20524a799829e63450df821046b4d998102c255c (patch) | |
tree | 80a0c58a30422ef1246b63ab833ff115678b164b /testapps/jarCheckTests1/lib1 | |
parent | 906fec2a94663ad1aa76aad55fdf2cbb97324d66 (diff) | |
download | sdk-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/lib1')
-rw-r--r-- | testapps/jarCheckTests1/lib1/.classpath | 1 |
1 files changed, 0 insertions, 1 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> |