From 9de8cb1e200eb0159ba67cac33684233737a676e Mon Sep 17 00:00:00 2001 From: "vadim.lomshakov" Date: Fri, 30 Aug 2019 16:49:13 +0300 Subject: [PATCH] IDEA-CR-51946: eliminate dependency on intellij.java.testFramework module (cherry picked from commit a34daa5f602c94210ebe10df24331d01c0db6fef) GitOrigin-RevId: 2c1d881a0469de9283a477fb44233109dc817a69 --- .idea/modules.xml | 1 + intellij.idea.community.main.iml | 1 + .../intellij.statsCollector.iml | 5 ----- .../intellij.statsCollector.tests.iml | 19 +++++++++++++++++++ 4 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 plugins/stats-collector/intellij.statsCollector.tests.iml diff --git a/.idea/modules.xml b/.idea/modules.xml index a38872c3f4fd..b1a529e2c997 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -676,6 +676,7 @@ + diff --git a/intellij.idea.community.main.iml b/intellij.idea.community.main.iml index fefe6db8ad16..24b46cb628a7 100644 --- a/intellij.idea.community.main.iml +++ b/intellij.idea.community.main.iml @@ -136,5 +136,6 @@ + \ No newline at end of file diff --git a/plugins/stats-collector/intellij.statsCollector.iml b/plugins/stats-collector/intellij.statsCollector.iml index e2245407d8c7..bbd66d6d7f1b 100644 --- a/plugins/stats-collector/intellij.statsCollector.iml +++ b/plugins/stats-collector/intellij.statsCollector.iml @@ -5,7 +5,6 @@ - @@ -15,12 +14,8 @@ - - - - diff --git a/plugins/stats-collector/intellij.statsCollector.tests.iml b/plugins/stats-collector/intellij.statsCollector.tests.iml new file mode 100644 index 000000000000..b835a2fc1db9 --- /dev/null +++ b/plugins/stats-collector/intellij.statsCollector.tests.iml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file