Lines Matching full:proguard
2 # This ProGuard configuration file illustrates how to process ProGuard itself.
5 # java -jar proguard.jar @proguard.pro
11 -injars ../lib/proguard.jar(!proguard/ant/**,!proguard/wtk/**)
19 -printmapping proguard.map
34 # The entry point: ProGuard and its main method.
36 -keep public class proguard.ProGuard {
44 #-adaptresourcefilecontents proguard/ant/task.properties
46 #-keep,allowobfuscation class proguard.ant.*
47 #-keepclassmembers public class proguard.ant.* {
57 #-keep public class proguard.wtk.ProGuardObfuscator