summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-08-02 14:40:20 +0200
committerSven Gothel <[email protected]>2011-08-02 14:40:20 +0200
commitd30d6548baa4fa18c55eb4f9087bca5700463a51 (patch)
tree052e76e246d5846b2cff66dce970dc3c428ce56e
parent947089ccfdfb4e18d386dab042f940a03b122e06 (diff)
Eclipse Classpath: Add android.jar
-rw-r--r--.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index 602f99b..1c66552 100644
--- a/.classpath
+++ b/.classpath
@@ -24,5 +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="output" path="build/eclipse-classes"/>
</classpath>