Use shared support library in all projects.

This commit is contained in:
Sebastian Kaspari 2012-01-22 00:10:38 +01:00
parent e7c84fb694
commit d0ea5a2a2d
4 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="lib" path="libs/android-support-v4.jar"/>
<classpathentry kind="lib" path="../libs/SupportLibrary/android-support-v4.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>

View File

@ -4,6 +4,6 @@
<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="lib" path="../SupportLibrary/android-support-v4.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>