From 6a962db51c4f84dd4bb4c20c41766cbcf10b3186 Mon Sep 17 00:00:00 2001 From: "Vladislav.Soroka" Date: Mon, 10 Jun 2019 16:56:46 +0300 Subject: [PATCH] ES: separate tests module IDEA-187832 GitOrigin-RevId: 68289aa2118b9991b22262cf45192bd52d973075 --- .idea/modules.xml | 1 + .../intellij.platform.externalSystem.impl.iml | 9 ------- ...intellij.platform.externalSystem.tests.iml | 26 +++++++++++++++++++ plugins/gradle/intellij.gradle.tests.iml | 1 + plugins/maven/intellij.maven.iml | 1 + 5 files changed, 29 insertions(+), 9 deletions(-) create mode 100644 platform/external-system-impl/intellij.platform.externalSystem.tests.iml diff --git a/.idea/modules.xml b/.idea/modules.xml index 21dd9f1d8395..a9bcbbfce99b 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -571,6 +571,7 @@ + diff --git a/platform/external-system-impl/intellij.platform.externalSystem.impl.iml b/platform/external-system-impl/intellij.platform.externalSystem.impl.iml index 981903bf21f5..bfa87675f3f3 100644 --- a/platform/external-system-impl/intellij.platform.externalSystem.impl.iml +++ b/platform/external-system-impl/intellij.platform.externalSystem.impl.iml @@ -4,9 +4,7 @@ - - @@ -19,16 +17,9 @@ - - - - - - - \ No newline at end of file diff --git a/platform/external-system-impl/intellij.platform.externalSystem.tests.iml b/platform/external-system-impl/intellij.platform.externalSystem.tests.iml new file mode 100644 index 000000000000..8f858b4597d8 --- /dev/null +++ b/platform/external-system-impl/intellij.platform.externalSystem.tests.iml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/gradle/intellij.gradle.tests.iml b/plugins/gradle/intellij.gradle.tests.iml index 6fca87f9c684..57331e02f349 100644 --- a/plugins/gradle/intellij.gradle.tests.iml +++ b/plugins/gradle/intellij.gradle.tests.iml @@ -15,6 +15,7 @@ + diff --git a/plugins/maven/intellij.maven.iml b/plugins/maven/intellij.maven.iml index e472bfef3229..8ab66e517c95 100644 --- a/plugins/maven/intellij.maven.iml +++ b/plugins/maven/intellij.maven.iml @@ -69,6 +69,7 @@ +