diff options
Diffstat (limited to 'testapps/basicProjectWithLib')
-rw-r--r-- | testapps/basicProjectWithLib/.classpath | 3 | ||||
-rw-r--r-- | testapps/basicProjectWithLib/.project | 12 |
2 files changed, 1 insertions, 14 deletions
diff --git a/testapps/basicProjectWithLib/.classpath b/testapps/basicProjectWithLib/.classpath index a4a3dc5..29e2115 100644 --- a/testapps/basicProjectWithLib/.classpath +++ b/testapps/basicProjectWithLib/.classpath @@ -3,8 +3,7 @@ <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="/basicLibWithJar/libs/basicJar.jar"/> - <classpathentry kind="src" path="basicLib_src"/> - <classpathentry kind="src" path="basicLibWithJar_src"/> <classpathentry kind="output" path="bin"/> </classpath> diff --git a/testapps/basicProjectWithLib/.project b/testapps/basicProjectWithLib/.project index f6514f1..4b74bbd 100644 --- a/testapps/basicProjectWithLib/.project +++ b/testapps/basicProjectWithLib/.project @@ -30,16 +30,4 @@ <nature>com.android.ide.eclipse.adt.AndroidNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> </natures> - <linkedResources> - <link> - <name>basicLibWithJar_src</name> - <type>2</type> - <locationURI>_android_basicLibWithJar_aa4247fe/src</locationURI> - </link> - <link> - <name>basicLib_src</name> - <type>2</type> - <locationURI>_android_basicLib_99a2bf77/src</locationURI> - </link> - </linkedResources> </projectDescription> |