From a65b9800c2d8bcf82dc306f67ca16f731634be37 Mon Sep 17 00:00:00 2001 From: Michael Nedzelsky Date: Wed, 19 Nov 2014 12:14:18 +0300 Subject: [PATCH] JS backend: put kotlin.js into jslib archive, add specification-title kotlin.js is now included in kotlin-jslib.jar, so closure-compiler outputs kotlin.js to dist folder instead of dist/kotlic/lib --- build.xml | 52 ++++++++++++++++++++++++----------- resources/manifest.properties | 1 + 2 files changed, 37 insertions(+), 16 deletions(-) diff --git a/build.xml b/build.xml index a3bde7b1a49..c962fba9534 100644 --- a/build.xml +++ b/build.xml @@ -233,19 +233,6 @@ - - - - - - - - - - - - - @@ -260,7 +247,7 @@ prettyprint="true" languagein="ECMASCRIPT5_STRICT" warning="${warningLevel}" - output="${kotlin-home}/lib/kotlin.js" > + output="${output}/kotlin.js" > @@ -285,6 +272,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -728,12 +748,12 @@ + depends="clean,init,prepare-dist,preloader,serialize-builtins,compiler-quick,ant-tools,jdk-annotations,android-sdk-annotations,runtime,jslib,jslib_sources"/>