aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-06-27 21:00:44 +0000
committerKenny Root <kenny@the-b.org>2009-06-27 21:00:44 +0000
commit08dfa5bea3c63870ce32f13f12fd8f3653d2f316 (patch)
tree0b87da10ae7c2681e161a86872683db95e7b547d /build.xml
parentdef81724c1be8430b6a6b745ad9ccf86d62c58b7 (diff)
downloadconnectbot-08dfa5bea3c63870ce32f13f12fd8f3653d2f316.tar.gz
connectbot-08dfa5bea3c63870ce32f13f12fd8f3653d2f316.tar.bz2
connectbot-08dfa5bea3c63870ce32f13f12fd8f3653d2f316.zip
Fix JTA author names in source file to be UTF-8 again, dump proguard stats to bin/proguard.usage, remove SoftFont since CB does not use it
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@344 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index e495d3b..61a492f 100644
--- a/build.xml
+++ b/build.xml
@@ -187,6 +187,7 @@
-dontskipnonpubliclibraryclasses
-dontobfuscate
-dontoptimize
+ -printusage ${out-folder}/proguard.usage
-keep public class * extends android.app.Activity
-keep public class * extends android.app.Service