diff options
author | Sven Gothel <[email protected]> | 2011-08-03 16:21:10 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-03 16:21:10 +0200 |
commit | d522b4dffd5d569c4116275d6ef278bb0741c79d (patch) | |
tree | 087e21ea3f05eee8b664f9ba229778a199f8582c /.classpath | |
parent | e659f5994875275d4eb46e745676a3d84e27d1e9 (diff) |
Add android src zip, better license info; Dropped SDK 8 for now
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,6 +24,6 @@ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Ant"/> <classpathentry kind="lib" path="make/lib/antlr.jar"/> - <classpathentry kind="lib" path="make/lib/android-sdk/9/android.jar"/> + <classpathentry kind="lib" path="make/lib/android-sdk/9/android.jar" sourcepath="make/lib/android-sdk/9/android-java-src.zip"/> <classpathentry kind="output" path="build/eclipse-classes"/> </classpath> |