From 5af490f5e53a43140c947f22529fe496d459c2b7 Mon Sep 17 00:00:00 2001 From: Ilya Chernikov Date: Thu, 26 Apr 2018 13:38:49 +0200 Subject: [PATCH] Remove script discovery files from example projects to avoid discovery problems: - exception during loading of the definition with maven dependencies - shading of the gradle script definition (if not fixed by the previous commit) The discovery files should be restored after fixing/rewriting the discovery and implementing definition prioritization in IDEA plugin --- ...kotlin.script.examples.jvm.resolve.maven.MyScriptWithMavenDeps | 0 .../org.jetbrains.kotlin.script.examples.jvm.simple.MyScript | 0 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 libraries/examples/scripting/jvm-maven-deps/script/resources/META-INF/kotlin/script/templates/org.jetbrains.kotlin.script.examples.jvm.resolve.maven.MyScriptWithMavenDeps delete mode 100644 libraries/examples/scripting/jvm-simple-script/script/resources/META-INF/kotlin/script/templates/org.jetbrains.kotlin.script.examples.jvm.simple.MyScript diff --git a/libraries/examples/scripting/jvm-maven-deps/script/resources/META-INF/kotlin/script/templates/org.jetbrains.kotlin.script.examples.jvm.resolve.maven.MyScriptWithMavenDeps b/libraries/examples/scripting/jvm-maven-deps/script/resources/META-INF/kotlin/script/templates/org.jetbrains.kotlin.script.examples.jvm.resolve.maven.MyScriptWithMavenDeps deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/libraries/examples/scripting/jvm-simple-script/script/resources/META-INF/kotlin/script/templates/org.jetbrains.kotlin.script.examples.jvm.simple.MyScript b/libraries/examples/scripting/jvm-simple-script/script/resources/META-INF/kotlin/script/templates/org.jetbrains.kotlin.script.examples.jvm.simple.MyScript deleted file mode 100644 index e69de29bb2d..00000000000