From df6c6c706a7f622e53f0660b63f21ba219e9e839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= <yann.cebron@jetbrains.com> Date: Tue, 7 Aug 2018 14:37:06 +0200 Subject: [PATCH] [project structure] community.main: revert "Test" dependencies, missed entries IDEA-CR-35798 --- intellij.idea.community.main.iml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/intellij.idea.community.main.iml b/intellij.idea.community.main.iml index 49c5bb7a4a21..9299d7232455 100644 --- a/intellij.idea.community.main.iml +++ b/intellij.idea.community.main.iml @@ -93,10 +93,10 @@ <orderEntry type="module" module-name="intellij.java.manifest" scope="RUNTIME" /> <orderEntry type="module" module-name="intellij.yaml" scope="RUNTIME" /> <orderEntry type="module" module-name="intellij.xml.tests" scope="TEST" /> - <orderEntry type="module" module-name="intellij.devkit.jps" scope="RUNTIME" /> + <orderEntry type="module" module-name="intellij.devkit.jps" scope="TEST" /> <orderEntry type="module" module-name="intellij.tasks.core" scope="RUNTIME" /> <orderEntry type="module" module-name="intellij.platform.jps.model.serialization.tests" scope="TEST" /> - <orderEntry type="module" module-name="intellij.java.guiForms.jps" scope="RUNTIME" /> + <orderEntry type="module" module-name="intellij.java.guiForms.jps" scope="TEST" /> <orderEntry type="module" module-name="intellij.tasks.jira" scope="RUNTIME" /> <orderEntry type="module" module-name="intellij.java.decompiler" scope="RUNTIME" /> <orderEntry type="module" module-name="intellij.platform.structuralSearch" scope="RUNTIME" /> @@ -110,15 +110,15 @@ <orderEntry type="module" module-name="intellij.platform.jps.model.tests" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.diff.tests" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.builtInServer.tests" scope="TEST" /> - <orderEntry type="module" module-name="intellij.platform.updater" scope="RUNTIME" /> + <orderEntry type="module" module-name="intellij.platform.updater" scope="TEST" /> <orderEntry type="module" module-name="intellij.java.coverage" scope="RUNTIME" /> - <orderEntry type="module" module-name="intellij.android.jps" scope="RUNTIME" /> - <orderEntry type="module" module-name="intellij.platform.scriptDebugger.ui" scope="RUNTIME" /> + <orderEntry type="module" module-name="intellij.android.jps" scope="TEST" /> + <orderEntry type="module" module-name="intellij.platform.scriptDebugger.ui" scope="TEST" /> <orderEntry type="module" module-name="intellij.java.remoteServers.git" scope="RUNTIME" /> <orderEntry type="module" module-name="intellij.terminal" scope="RUNTIME" /> <orderEntry type="module" module-name="intellij.java.jps.javacRefScanner8" scope="RUNTIME" /> - <orderEntry type="module" module-name="intellij.platform.buildScripts" scope="RUNTIME" /> - <orderEntry type="module" module-name="intellij.platform.images.build" scope="RUNTIME" /> + <orderEntry type="module" module-name="intellij.platform.buildScripts" scope="TEST" /> + <orderEntry type="module" module-name="intellij.platform.images.build" scope="TEST" /> <orderEntry type="module" module-name="intellij.android.plugin" scope="RUNTIME" /> <orderEntry type="module" module-name="intellij.statsCollector" scope="RUNTIME" /> <orderEntry type="module" module-name="intellij.java.debugger.streams" scope="RUNTIME" /> -- GitLab