aboutsummaryrefslogtreecommitdiffstats
path: root/cgeo-contacts
diff options
context:
space:
mode:
authorrsudev <rasch@munin-soft.de>2014-09-20 18:30:52 +0200
committerrsudev <rasch@munin-soft.de>2014-09-20 18:30:52 +0200
commitbce2a45441b2b3852f989f532381c5359ab91026 (patch)
tree8dc825a3cc54ec428cfd201b8a6467d7f8b82967 /cgeo-contacts
parent18499aab0d6722b20011f07ad2cac08ff3e64db9 (diff)
parent0c1328683401061a5d8e0ec056eb79658178eada (diff)
downloadcgeo-bce2a45441b2b3852f989f532381c5359ab91026.zip
cgeo-bce2a45441b2b3852f989f532381c5359ab91026.tar.gz
cgeo-bce2a45441b2b3852f989f532381c5359ab91026.tar.bz2
Merge branch 'release'
Diffstat (limited to 'cgeo-contacts')
-rw-r--r--cgeo-contacts/proguard-project.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/cgeo-contacts/proguard-project.txt b/cgeo-contacts/proguard-project.txt
index 453d1a6..c4cb930 100644
--- a/cgeo-contacts/proguard-project.txt
+++ b/cgeo-contacts/proguard-project.txt
@@ -29,4 +29,7 @@
public <init>(android.content.Context, android.util.AttributeSet);
public <init>(android.content.Context, android.util.AttributeSet, int);
public void set*(...);
-} \ No newline at end of file
+}
+
+# Null analysis annotations of Eclipse JDT are just used by the Eclipse compiler, so ignore them here
+-dontwarn org.eclipse.jdt.annotation.**