aboutsummaryrefslogtreecommitdiffstats
path: root/testapps
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
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')
-rw-r--r--testapps/jarCheckTests1/lib1/.classpath1
-rw-r--r--testapps/jarCheckTests1/lib2/.classpath1
-rw-r--r--testapps/jarCheckTests2/lib1/.classpath1
-rw-r--r--testapps/jarCheckTests2/lib2/.classpath1
-rw-r--r--testapps/jarCheckTests3/lib1/.classpath1
-rw-r--r--testapps/jarCheckTests3/lib2/.classpath1
-rw-r--r--testapps/javaProjectTest/lib1/.classpath1
-rw-r--r--testapps/javaProjectTest/lib2/.classpath1
-rw-r--r--testapps/libWithLibTest/lib2/.classpath1
9 files changed, 0 insertions, 9 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>
diff --git a/testapps/jarCheckTests2/lib1/.classpath b/testapps/jarCheckTests2/lib1/.classpath
index 386ce12..3f9691c 100644
--- a/testapps/jarCheckTests2/lib1/.classpath
+++ b/testapps/jarCheckTests2/lib1/.classpath
@@ -2,7 +2,6 @@
<classpath>
<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="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="output" path="bin/classes"/>
diff --git a/testapps/jarCheckTests2/lib2/.classpath b/testapps/jarCheckTests2/lib2/.classpath
index 386ce12..3f9691c 100644
--- a/testapps/jarCheckTests2/lib2/.classpath
+++ b/testapps/jarCheckTests2/lib2/.classpath
@@ -2,7 +2,6 @@
<classpath>
<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="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="output" path="bin/classes"/>
diff --git a/testapps/jarCheckTests3/lib1/.classpath b/testapps/jarCheckTests3/lib1/.classpath
index c5c5afd..a4763d1 100644
--- a/testapps/jarCheckTests3/lib1/.classpath
+++ b/testapps/jarCheckTests3/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/jarCheckTests3/lib2/.classpath b/testapps/jarCheckTests3/lib2/.classpath
index c2f48bf..a4763d1 100644
--- a/testapps/jarCheckTests3/lib2/.classpath
+++ b/testapps/jarCheckTests3/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-v13.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
diff --git a/testapps/javaProjectTest/lib1/.classpath b/testapps/javaProjectTest/lib1/.classpath
index 8917f25..f2d9197 100644
--- a/testapps/javaProjectTest/lib1/.classpath
+++ b/testapps/javaProjectTest/lib1/.classpath
@@ -5,6 +5,5 @@
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry combineaccessrules="false" kind="src" path="/javaProjectTest-javaProject"/>
- <classpathentry kind="lib" path="libs/android-support-v4.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
diff --git a/testapps/javaProjectTest/lib2/.classpath b/testapps/javaProjectTest/lib2/.classpath
index 8917f25..f2d9197 100644
--- a/testapps/javaProjectTest/lib2/.classpath
+++ b/testapps/javaProjectTest/lib2/.classpath
@@ -5,6 +5,5 @@
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry combineaccessrules="false" kind="src" path="/javaProjectTest-javaProject"/>
- <classpathentry kind="lib" path="libs/android-support-v4.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
diff --git a/testapps/libWithLibTest/lib2/.classpath b/testapps/libWithLibTest/lib2/.classpath
index 1f92faf..a4763d1 100644
--- a/testapps/libWithLibTest/lib2/.classpath
+++ b/testapps/libWithLibTest/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/basicJar.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>