From 5e5ebaa68bafe6b77bb11942fce85f6057fc401d Mon Sep 17 00:00:00 2001 From: Ilya Chernikov Date: Fri, 7 Oct 2016 16:45:30 +0200 Subject: [PATCH] Create a script runtime jar with a copy of standard script template (renamed) --- .idea/modules.xml | 1 + build.xml | 23 ++++++++++++++++++- .../script/templates/standard/templates.kt | 22 ++++++++++++++++++ 3 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 core/script.runtime/src/kotlin/script/templates/standard/templates.kt diff --git a/.idea/modules.xml b/.idea/modules.xml index 16179a1165a..f68a4fe6146 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -74,6 +74,7 @@ + diff --git a/build.xml b/build.xml index 6a9f2880b2f..02516724828 100644 --- a/build.xml +++ b/build.xml @@ -1131,8 +1131,29 @@ + + + + + + + + + + + + + + + + + + + + + + depends="builtins,stdlib,kotlin-test,core,reflection,pack-runtime,pack-runtime-sources,script-runtime,mock-runtime-for-test"/> )