From b27d3e91d3fc84020ea863a42ea46ef02bed56ce Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Thu, 11 Dec 2014 18:34:15 +0300 Subject: [PATCH] Avoid redefining kotlin2js task in "ant jslib" This helps to specify custom runtime for the newly built kotlin2js (which is supposed to be different for the two bootstrapping steps). Also now it's not required to launch ant-tools task before jslib to build JS library --- build.xml | 56 +++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 42 insertions(+), 14 deletions(-) diff --git a/build.xml b/build.xml index 3bafbfe2c53..27b6fa8c15e 100644 --- a/build.xml +++ b/build.xml @@ -217,40 +217,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + - - - - - + - + - + - + - + - + - + - + + output="${output}/kotlin.js">