aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2012-05-11 14:40:43 +0200
committerSamuel Tardieu <sam@rfc1149.net>2012-05-11 14:40:43 +0200
commit7ff773d4e3d1d863d39258f54a2817cbd555bb4f (patch)
tree7c2d9a68e644ffcdbb6388a2bc2e79d689fc6f15 /main
parent7076e9ff9bc740416c6402cea23d36bfb3dceb14 (diff)
downloadcgeo-7ff773d4e3d1d863d39258f54a2817cbd555bb4f.zip
cgeo-7ff773d4e3d1d863d39258f54a2817cbd555bb4f.tar.gz
cgeo-7ff773d4e3d1d863d39258f54a2817cbd555bb4f.tar.bz2
Try to build
Diffstat (limited to 'main')
-rw-r--r--main/.classpath3
-rw-r--r--main/libs/httpclient-cache-4.1.3.jarbin107498 -> 0 bytes
-rw-r--r--main/proguard.cfg4
3 files changed, 5 insertions, 2 deletions
diff --git a/main/.classpath b/main/.classpath
index 90cf996..be82b10 100644
--- a/main/.classpath
+++ b/main/.classpath
@@ -2,7 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
- <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="lib" path="libs/commons-lang3-3.1.jar"/>
<classpathentry kind="lib" path="libs/locus-api-4.0.jar"/>
<classpathentry kind="lib" path="libs/commons-collections-3.2.1.jar"/>
@@ -12,9 +11,9 @@
<classpathentry kind="lib" path="libs/commons-codec-1.4.jar"/>
<classpathentry kind="lib" path="libs/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="libs/httpclient-4.1.3.jar"/>
- <classpathentry kind="lib" path="libs/httpclient-cache-4.1.3.jar"/>
<classpathentry kind="lib" path="libs/httpcore-4.1.4.jar"/>
<classpathentry kind="lib" path="libs/httpmime-4.1.3.jar"/>
+ <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
diff --git a/main/libs/httpclient-cache-4.1.3.jar b/main/libs/httpclient-cache-4.1.3.jar
deleted file mode 100644
index 83ae3ea..0000000
--- a/main/libs/httpclient-cache-4.1.3.jar
+++ /dev/null
Binary files differ
diff --git a/main/proguard.cfg b/main/proguard.cfg
index 5c21420..d22664a 100644
--- a/main/proguard.cfg
+++ b/main/proguard.cfg
@@ -7,6 +7,10 @@
-dontwarn java.beans.*
-dontwarn org.mapsforge.android.maps.Test*
-dontwarn android.support.v4.**
+-dontwarn org.apache.commons.logging.impl.**
+-dontwarn org.apache.commons.logging.LogSource
+-dontwarn org.apache.http.impl.auth.NegotiateScheme
+-dontwarn android.net.http.AndroidHttpClient
-keep public class * extends android.app.Activity
-keep public class * extends android.app.Application