From 0207693cec1afedf2d87da6988acfb3cd0a9ecb4 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Mon, 26 Nov 2012 14:32:23 +0400 Subject: [PATCH] Tune jline library pack - Don't filter out properties files - Don't filter out dlls - Keep everything in org.fusesource.* - after processing with proguard there's a native exception on Windows 7 64bit - Don't warn about missing dependencies from org.fusesource as jline documentation proclaims absence of any dependencies - Remove jansi from dependencies #KT-3047 Fixed --- build.xml | 6 +++++- update_dependencies.xml | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 86d83fed8fd..77ec231ae88 100644 --- a/build.xml +++ b/build.xml @@ -220,7 +220,6 @@ - @@ -288,9 +287,11 @@ + + @@ -307,6 +308,7 @@ -dontwarn org.jetbrains.jet.internal.com.intellij.util.** -dontwarn org.jetbrains.jet.internal.com.intellij.codeInsight.** -dontwarn org.jetbrains.jet.internal.com.thoughtworks.xstream.** + -dontwarn org.fusesource.** -libraryjars '${rtjar}' @@ -314,6 +316,8 @@ -dontoptimize -dontobfuscate + -keep class org.fusesource.** { *; } + -keepclasseswithmembers public class * { public static void main(java.lang.String[]); } diff --git a/update_dependencies.xml b/update_dependencies.xml index 0b87e760fec..28f6f640235 100644 --- a/update_dependencies.xml +++ b/update_dependencies.xml @@ -87,6 +87,7 @@ +