# HG changeset patch # User Michael Schloh von Bennewitz # Date 1423938040 -3600 # Node ID 99a5730765482bea5b9edd85be9f8cea31cab74a # Parent 80b1a8c857bbfe57b73f491642a71f187b67d21d Avoid build time optimization symbol conflicts by removing duplication. diff -r 80b1a8c857bb -r 99a573076548 proguard-project.txt --- a/proguard-project.txt Sat Feb 14 00:40:28 2015 +0100 +++ b/proguard-project.txt Sat Feb 14 19:20:40 2015 +0100 @@ -20,10 +20,6 @@ public static *** v(...); } --libraryjars libs/commons-codec-1.10.jar --libraryjars libs/commons-logging-1.2.jar - - -dontwarn org.apache.** -dontwarn sun.**