From f5a11960cdf9ae772f149135848c27dd2d389075 Mon Sep 17 00:00:00 2001 From: Maxim Shafirov Date: Tue, 16 Jul 2013 12:27:31 +0400 Subject: [PATCH] These two packages come from eawtstub.jar and automation.jar yet it doesn't make any sense to include those into kotlin compiler --- build.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index a0ea4b8d843..8ffd4fa6ac8 100644 --- a/build.xml +++ b/build.xml @@ -354,6 +354,8 @@ -dontwarn com.intellij.util.ui.IsRetina* -dontwarn com.intellij.util.RetinaImage* + -dontwarn apple.awt.* + -dontwarn dk.brics.automaton.* -dontwarn org.fusesource.** -libraryjars '${rtjar}' @@ -573,4 +575,4 @@ - \ No newline at end of file +