Update Eclipse classpath file for Android SDK Rev. 22

http://stackoverflow.com/questions/16596969/libraries-do-not-get-added-to-apk-anymore-after-upgrade-to-adt-22

https://android-review.googlesource.com/#/c/57063/

fa89a37dc2%5E1..fa89a37dc29bb60f27820d81674ff547793b0a1a/
This commit is contained in:
Joe Steele 2013-05-26 00:20:59 -04:00
parent b2e1b356e5
commit 53fcdd180a
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
<classpathentry excluding="**/.svn/**|.svn/**" kind="src" path="src"/>
<classpathentry excluding="**/.svn/**|.svn/**" 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 exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>