aboutsummaryrefslogtreecommitdiffstats
path: root/main/.classpath
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-08-25 14:43:37 +0200
committerBananeweizen <bananeweizen@gmx.de>2013-08-25 14:43:37 +0200
commit5ca18afa02c525e47496ecb52576722321b1cda6 (patch)
tree40fb94552d522d0d128651864d70fc416c50b0c1 /main/.classpath
parent1efbabffeca8074958194943fa1ede95969f0ddf (diff)
downloadcgeo-5ca18afa02c525e47496ecb52576722321b1cda6.zip
cgeo-5ca18afa02c525e47496ecb52576722321b1cda6.tar.gz
cgeo-5ca18afa02c525e47496ecb52576722321b1cda6.tar.bz2
Null analysis by Eclipse JDT
* enables JDT null analysis for the main project * uses 2 annotations to forbid null return values in StoredList * includes annotation library
Diffstat (limited to 'main/.classpath')
-rw-r--r--main/.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/.classpath b/main/.classpath
index 72adb52..d7bb252 100644
--- a/main/.classpath
+++ b/main/.classpath
@@ -19,5 +19,6 @@
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
+ <classpathentry kind="lib" path="compile-libs/org.eclipse.jdt.annotation_1.1.0.v20130513-1648.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>