From f9e552e3c2bb47a1bff4f69f61a7229896b61054 Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Sat, 21 Jan 2017 00:51:48 +0300 Subject: [PATCH] Build kotlin-stdlib in addition to kotlin-runtime in ant build. --- TeamCityBuild.xml | 2 +- build.xml | 12 +++++++++--- resources/kotlinManifest.properties | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/TeamCityBuild.xml b/TeamCityBuild.xml index 2697df2f043..02077239317 100644 --- a/TeamCityBuild.xml +++ b/TeamCityBuild.xml @@ -145,7 +145,7 @@ - + diff --git a/build.xml b/build.xml index de98672e20e..ad73a9839f1 100644 --- a/build.xml +++ b/build.xml @@ -1062,8 +1062,10 @@ - + + + @@ -1088,6 +1090,7 @@ + @@ -1188,7 +1191,7 @@ - + @@ -1199,6 +1202,7 @@ + @@ -1274,7 +1278,7 @@ - + @@ -1284,6 +1288,8 @@ + + diff --git a/resources/kotlinManifest.properties b/resources/kotlinManifest.properties index efa124bb2fb..823e385dc69 100644 --- a/resources/kotlinManifest.properties +++ b/resources/kotlinManifest.properties @@ -13,7 +13,7 @@ manifest.impl.title.kotlin.compiler.sources=Kotlin Compiler Sources manifest.impl.title.kotlin.compiler.ant.task=Kotlin Compiler Ant Tasks -manifest.impl.title.kotlin.jvm.runtime=Kotlin Runtime +manifest.impl.title.kotlin.jvm.runtime=Kotlin Standard Library manifest.impl.title.kotlin.jvm.reflect=Kotlin Reflect manifest.impl.title.kotlin.script.runtime=Kotlin Script Runtime manifest.impl.title.kotlin.jvm.runtime.sources=Kotlin Runtime Sources