From 893fb1ffb751ef773afa2007715f8ea3c5563ec2 Mon Sep 17 00:00:00 2001 From: pTalanov Date: Wed, 2 May 2012 15:53:34 +0400 Subject: [PATCH] Exclude proguard from build temporarily. --- build.xml | 74 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 38 insertions(+), 36 deletions(-) diff --git a/build.xml b/build.xml index e772fe4ef7d..199c64c1ccb 100644 --- a/build.xml +++ b/build.xml @@ -182,6 +182,7 @@ + @@ -245,50 +246,51 @@ - + + + - -libraryjars '${rtjar}' + - -target 1.6 - -dontoptimize - -dontobfuscate + + + - # Keep application classes, along with their 'main' methods. - -keepclasseswithmembers public class * { - public static void main(java.lang.String[]); - } + + + + - -keepclasseswithmembers class * { - # Various dynamically called methods + + - void start(); - void stop(); - void dispose(); - ** getFileSystem(); - ** isVarArgs(); - ** getApplication(); - ** executeOnPooledThread(java.lang.Runnable); - int getBooleanAttributes(java.io.File); - (kotlinc.internal.com.intellij.lang.ASTNode); - } + + + + + + + + + + - # Keep the special static methods that are required in enumeration classes. - -keepclassmembers enum * { - public static **[] values(); - public static ** valueOf(java.lang.String); - } + + + + + - -keepclassmembers class * { - ** toString(); - ** hashCode(); - ** project(); + + + + - ** TYPE; - ** ourInstance; - } - ]]> + + + +