From cc62c971e795d000ec6833f4b5b292efeaac1eb8 Mon Sep 17 00:00:00 2001 From: Sergey Rostov Date: Wed, 13 Feb 2019 11:06:52 +0300 Subject: [PATCH] JPS Build: update artifacts for IDEA 2019.1 module names --- .idea/artifacts/ideaPlugin.xml | 66 +++++++------- .../kotlin_compiler_client_embeddable_jar.xml | 8 +- .idea/artifacts/kotlin_compiler_jar.xml | 74 ++++++++-------- .idea/artifacts/kotlin_daemon_client_jar.xml | 4 +- ...lin_imports_dumper_compiler_plugin_jar.xml | 2 +- .idea/artifacts/kotlin_jps_plugin_jar.xml | 24 ++--- .idea/artifacts/kotlin_main_kts_jar.xml | 10 +-- .idea/artifacts/kotlin_plugin_jar.xml | 88 +++++++++---------- .idea/artifacts/kotlin_reflect_jar.xml | 18 ++-- .idea/artifacts/kotlinc.xml | 61 +++++++------ gradle/jps.gradle.kts | 14 +-- 11 files changed, 181 insertions(+), 188 deletions(-) diff --git a/.idea/artifacts/ideaPlugin.xml b/.idea/artifacts/ideaPlugin.xml index 8c409f47bec..9848a4e1cb0 100644 --- a/.idea/artifacts/ideaPlugin.xml +++ b/.idea/artifacts/ideaPlugin.xml @@ -11,93 +11,93 @@ - + - - - + + + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -112,25 +112,25 @@ - + - + - + - + @@ -145,50 +145,50 @@ - + - + - + - - + + - + - + - + - + @@ -205,12 +205,6 @@ - - - - - - diff --git a/.idea/artifacts/kotlin_compiler_client_embeddable_jar.xml b/.idea/artifacts/kotlin_compiler_client_embeddable_jar.xml index b26bd7632b3..0282d7e2fb7 100644 --- a/.idea/artifacts/kotlin_compiler_client_embeddable_jar.xml +++ b/.idea/artifacts/kotlin_compiler_client_embeddable_jar.xml @@ -20,10 +20,10 @@ - - - - + + + + \ No newline at end of file diff --git a/.idea/artifacts/kotlin_compiler_jar.xml b/.idea/artifacts/kotlin_compiler_jar.xml index 4bdd0bc2bbc..bd317edc56a 100644 --- a/.idea/artifacts/kotlin_compiler_jar.xml +++ b/.idea/artifacts/kotlin_compiler_jar.xml @@ -30,43 +30,43 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/artifacts/kotlin_daemon_client_jar.xml b/.idea/artifacts/kotlin_daemon_client_jar.xml index 4c46a93f46e..899ff3e378e 100644 --- a/.idea/artifacts/kotlin_daemon_client_jar.xml +++ b/.idea/artifacts/kotlin_daemon_client_jar.xml @@ -17,8 +17,8 @@ - - + + diff --git a/.idea/artifacts/kotlin_imports_dumper_compiler_plugin_jar.xml b/.idea/artifacts/kotlin_imports_dumper_compiler_plugin_jar.xml index 3779fe6d7b0..81b3fb43e35 100644 --- a/.idea/artifacts/kotlin_imports_dumper_compiler_plugin_jar.xml +++ b/.idea/artifacts/kotlin_imports_dumper_compiler_plugin_jar.xml @@ -6,7 +6,7 @@ - + \ No newline at end of file diff --git a/.idea/artifacts/kotlin_jps_plugin_jar.xml b/.idea/artifacts/kotlin_jps_plugin_jar.xml index d7bb55e7cd2..98ac336b457 100644 --- a/.idea/artifacts/kotlin_jps_plugin_jar.xml +++ b/.idea/artifacts/kotlin_jps_plugin_jar.xml @@ -20,18 +20,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/.idea/artifacts/kotlin_main_kts_jar.xml b/.idea/artifacts/kotlin_main_kts_jar.xml index 8d7520b0abe..251c8f830f9 100644 --- a/.idea/artifacts/kotlin_main_kts_jar.xml +++ b/.idea/artifacts/kotlin_main_kts_jar.xml @@ -7,11 +7,11 @@ - - - - - + + + + + \ No newline at end of file diff --git a/.idea/artifacts/kotlin_plugin_jar.xml b/.idea/artifacts/kotlin_plugin_jar.xml index 0a8247fecb5..f91bc15123e 100644 --- a/.idea/artifacts/kotlin_plugin_jar.xml +++ b/.idea/artifacts/kotlin_plugin_jar.xml @@ -7,51 +7,51 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + \ No newline at end of file diff --git a/.idea/artifacts/kotlin_reflect_jar.xml b/.idea/artifacts/kotlin_reflect_jar.xml index 16400c66f8d..087b070cdf8 100644 --- a/.idea/artifacts/kotlin_reflect_jar.xml +++ b/.idea/artifacts/kotlin_reflect_jar.xml @@ -7,15 +7,15 @@ - - - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/.idea/artifacts/kotlinc.xml b/.idea/artifacts/kotlinc.xml index ee63a1e972f..c494ee7e29b 100644 --- a/.idea/artifacts/kotlinc.xml +++ b/.idea/artifacts/kotlinc.xml @@ -9,46 +9,46 @@ - + - + - - - - + + + + - + - + - + - + @@ -68,19 +68,19 @@ - + - + - + @@ -97,19 +97,19 @@ - + - + - + @@ -121,32 +121,31 @@ - + - + - + - + - - + @@ -158,7 +157,7 @@ - + @@ -170,7 +169,7 @@ - + @@ -182,7 +181,7 @@ - + @@ -194,7 +193,7 @@ - + @@ -206,20 +205,20 @@ - + - + - - + + @@ -238,7 +237,7 @@ - + diff --git a/gradle/jps.gradle.kts b/gradle/jps.gradle.kts index 4046bda502d..c7a4f5a8a6c 100644 --- a/gradle/jps.gradle.kts +++ b/gradle/jps.gradle.kts @@ -63,7 +63,7 @@ if (isJpsBuildEnabled && System.getProperty("idea.active") != null) { runConfigurations { application("[JPS] IDEA") { - moduleName = "org.jetbrains.kotlin.idea-runner.main" + moduleName = "kotlin.idea-runner.main" workingDirectory = File(intellijRootDir(), "bin").toString() mainClass = "com.intellij.idea.Main" jvmArgs = listOf( @@ -83,7 +83,7 @@ if (isJpsBuildEnabled && System.getProperty("idea.active") != null) { } application("[JPS] Generate All Tests") { - moduleName = "org.jetbrains.kotlin.generate-all-tests.test" + moduleName = "kotlin.pill.generate-all-tests.test" workingDirectory = rootDir.toString() mainClass = "org.jetbrains.kotlin.pill.generateAllTests.Main" } @@ -94,31 +94,31 @@ if (isJpsBuildEnabled && System.getProperty("idea.active") != null) { // todo: replace `pattern` with `package`, when `com.intellij.execution.junit.JUnitRunConfigurationImporter#process` will be fixed junit("[JPS] All IDEA Plugin Tests") { - moduleName = "org.jetbrains.kotlin.idea.test" + moduleName = "kotlin.idea.test" pattern = "org.jetbrains.kotlin.*" configureForKotlin() } junit("[JPS] Compiler Tests") { - moduleName = "org.jetbrains.kotlin.compiler.test" + moduleName = "kotlin.compiler.test" pattern = "org.jetbrains.kotlin.*" configureForKotlin() } junit("[JPS] JVM Backend Tests") { - moduleName = "org.jetbrains.kotlin.idea.test" + moduleName = "kotlin.idea.test" pattern = "org.jetbrains.kotlin.codegen.*" configureForKotlin() } junit("[JPS] JS Backend Tests") { - moduleName = "org.jetbrains.kotlin.js.tests.test" + moduleName = "kotlin.js.js.tests.test" pattern = "org.jetbrains.kotlin.js.test.*" configureForKotlin() } junit("[JPS] Java 8 Tests") { - moduleName = "org.jetbrains.kotlin.tests-java8.test" + moduleName = "kotlin.compiler.tests-java8.test" pattern = "org.jetbrains.kotlin.*" configureForKotlin() }