aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/jarCheckTests1/lib2/.classpath
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-03-02 13:57:08 -0800
committerXavier Ducrohet <xav@android.com>2012-03-02 14:19:12 -0800
commit35803ee3b4362248489db1dd1fc6d483f3c3ee65 (patch)
treebd26c3f561390247b9af0eac7b26ff3c947d5502 /testapps/jarCheckTests1/lib2/.classpath
parent81c5fb5448a6342cb3bb29ea501fccf95573288c (diff)
downloadsdk-35803ee3b4362248489db1dd1fc6d483f3c3ee65.zip
sdk-35803ee3b4362248489db1dd1fc6d483f3c3ee65.tar.gz
sdk-35803ee3b4362248489db1dd1fc6d483f3c3ee65.tar.bz2
More fixes to the test projects.
- add eclipse files for a bunch of them - package name refactoring to match the folder structure somehow (more need this) - updated the javaproject to have an extra java project and to have code that access java resources to test packaging too. Change-Id: Ie13842c1b891e495e04d8a157a12cac9db13f30e
Diffstat (limited to 'testapps/jarCheckTests1/lib2/.classpath')
-rw-r--r--testapps/jarCheckTests1/lib2/.classpath9
1 files changed, 9 insertions, 0 deletions
diff --git a/testapps/jarCheckTests1/lib2/.classpath b/testapps/jarCheckTests1/lib2/.classpath
new file mode 100644
index 0000000..c5c5afd
--- /dev/null
+++ b/testapps/jarCheckTests1/lib2/.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/android-support-v4.jar"/>
+ <classpathentry kind="output" path="bin/classes"/>
+</classpath>