diff options
author | Sven Gothel <[email protected]> | 2011-08-03 16:23:19 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-03 16:23:19 +0200 |
commit | fa365b3118bcf71bc5466c4789a460fb0f96b41c (patch) | |
tree | f373492a73054a4086fd17bd1707430a0abccaee | |
parent | 444482f4b9a1168e0dfd29c7e2da4010cca2ca91 (diff) |
Add android src zip to eclipse classpath
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath index 0a0dff28e..bb012ba81 100644 --- a/.classpath +++ b/.classpath @@ -31,6 +31,6 @@ <classpathentry combineaccessrules="false" kind="src" path="/gluegen"/> <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Ant"/> <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/SWT"/> - <classpathentry kind="lib" path="/gluegen/make/lib/android-sdk/9/android.jar"/> + <classpathentry kind="lib" path="/gluegen/make/lib/android-sdk/9/android.jar" sourcepath="/gluegen/make/lib/android-sdk/9/android-java-src.zip"/> <classpathentry kind="output" path="build/eclipse-classes"/> </classpath> |