don't export intellij.xml.psi

GitOrigin-RevId: 0186a8f9f878122dbb297ca06f64fa7fd4b2e579
This commit is contained in:
Vladimir Krivosheev
2025-01-18 19:37:53 +01:00
committed by intellij-monorepo-bot
parent 8bd9511e77
commit 4453c70b07
103 changed files with 141 additions and 15 deletions

View File

@@ -17,6 +17,7 @@
<orderEntry type="module" module-name="intellij.platform.ide.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" /> <orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" /> <orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.platform.refactoring" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.xml.psi" /> <orderEntry type="module" module-name="intellij.xml.psi" />
<orderEntry type="library" name="fastutil-min" level="project" /> <orderEntry type="library" name="fastutil-min" level="project" />

View File

@@ -10,6 +10,7 @@
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.images" /> <orderEntry type="module" module-name="intellij.platform.images" />
<orderEntry type="library" name="kotlin-stdlib" level="project" /> <orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="module" module-name="intellij.xml.frontback" />
<orderEntry type="module" module-name="intellij.xml.psi.impl" /> <orderEntry type="module" module-name="intellij.xml.psi.impl" />
<orderEntry type="module" module-name="intellij.platform.lang" /> <orderEntry type="module" module-name="intellij.platform.lang" />
<orderEntry type="module" module-name="intellij.platform.core.impl" /> <orderEntry type="module" module-name="intellij.platform.core.impl" />

View File

@@ -40,6 +40,7 @@
<orderEntry type="module" module-name="intellij.platform.ide.util.io" /> <orderEntry type="module" module-name="intellij.platform.ide.util.io" />
<orderEntry type="module" module-name="intellij.platform.util.jdom" /> <orderEntry type="module" module-name="intellij.platform.util.jdom" />
<orderEntry type="library" name="jcef" level="project" /> <orderEntry type="library" name="jcef" level="project" />
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
<orderEntry type="library" name="kotlinx-serialization-core" level="project" /> <orderEntry type="library" name="kotlinx-serialization-core" level="project" />
<orderEntry type="library" name="kotlinx-serialization-json" level="project" /> <orderEntry type="library" name="kotlinx-serialization-json" level="project" />
<orderEntry type="module" module-name="intellij.xml.frontback" /> <orderEntry type="module" module-name="intellij.xml.frontback" />

View File

@@ -15,6 +15,7 @@
<orderEntry type="module" module-name="intellij.java.debugger.impl" /> <orderEntry type="module" module-name="intellij.java.debugger.impl" />
<orderEntry type="module" module-name="intellij.platform.testRunner" exported="" /> <orderEntry type="module" module-name="intellij.platform.testRunner" exported="" />
<orderEntry type="module" module-name="intellij.platform.vcs" /> <orderEntry type="module" module-name="intellij.platform.vcs" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
<orderEntry type="module" module-name="intellij.java.compiler" /> <orderEntry type="module" module-name="intellij.java.compiler" />
<orderEntry type="module" module-name="intellij.java.debugger" /> <orderEntry type="module" module-name="intellij.java.debugger" />

View File

@@ -18,6 +18,7 @@
<orderEntry type="library" name="ASM" level="project" /> <orderEntry type="library" name="ASM" level="project" />
<orderEntry type="module" module-name="intellij.java.impl.refactorings" /> <orderEntry type="module" module-name="intellij.java.impl.refactorings" />
<orderEntry type="module" module-name="intellij.platform.util.jdom" /> <orderEntry type="module" module-name="intellij.platform.util.jdom" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.platform.backend.workspace" /> <orderEntry type="module" module-name="intellij.platform.backend.workspace" />
<orderEntry type="module" module-name="intellij.platform.core.ui" /> <orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.util.text.matching" /> <orderEntry type="module" module-name="intellij.platform.util.text.matching" />

View File

@@ -17,6 +17,7 @@
<orderEntry type="module" module-name="intellij.java.psi.impl" /> <orderEntry type="module" module-name="intellij.java.psi.impl" />
<orderEntry type="module" module-name="intellij.java.impl" /> <orderEntry type="module" module-name="intellij.java.impl" />
<orderEntry type="module" module-name="intellij.jsp" /> <orderEntry type="module" module-name="intellij.jsp" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
<orderEntry type="library" name="StreamEx" level="project" /> <orderEntry type="library" name="StreamEx" level="project" />
<orderEntry type="module" module-name="intellij.platform.codeStyle.impl" /> <orderEntry type="module" module-name="intellij.platform.codeStyle.impl" />

View File

@@ -17,6 +17,7 @@
<orderEntry type="module" module-name="intellij.platform.lang.impl" exported="" /> <orderEntry type="module" module-name="intellij.platform.lang.impl" exported="" />
<orderEntry type="module" module-name="intellij.platform.vcs" /> <orderEntry type="module" module-name="intellij.platform.vcs" />
<orderEntry type="module" module-name="intellij.platform.ide.codeinsight.inline" /> <orderEntry type="module" module-name="intellij.platform.ide.codeinsight.inline" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.platform.execution.impl" exported="" /> <orderEntry type="module" module-name="intellij.platform.execution.impl" exported="" />
<orderEntry type="module" module-name="intellij.jsp" /> <orderEntry type="module" module-name="intellij.jsp" />
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.core.impl" />

View File

@@ -20,7 +20,9 @@
<orderEntry type="module" module-name="intellij.idea.community.customization" scope="RUNTIME" /> <orderEntry type="module" module-name="intellij.idea.community.customization" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.execution.impl" /> <orderEntry type="module" module-name="intellij.java.execution.impl" />
<orderEntry type="module" module-name="intellij.platform.diff" /> <orderEntry type="module" module-name="intellij.platform.diff" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.java.debugger.impl" /> <orderEntry type="module" module-name="intellij.java.debugger.impl" />
<orderEntry type="module" module-name="intellij.java.rt" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.ide" /> <orderEntry type="module" module-name="intellij.platform.ide" />
<orderEntry type="module" module-name="intellij.java.i18n" exported="" /> <orderEntry type="module" module-name="intellij.java.i18n" exported="" />
<orderEntry type="module" module-name="intellij.java.compiler.impl" /> <orderEntry type="module" module-name="intellij.java.compiler.impl" />

View File

@@ -19,6 +19,7 @@
<orderEntry type="module" module-name="intellij.platform.lang" exported="" /> <orderEntry type="module" module-name="intellij.platform.lang" exported="" />
<orderEntry type="module" module-name="intellij.platform.vcs" /> <orderEntry type="module" module-name="intellij.platform.vcs" />
<orderEntry type="module" module-name="intellij.xml.dom" /> <orderEntry type="module" module-name="intellij.xml.dom" />
<orderEntry type="module" module-name="intellij.platform.refactoring" />
<orderEntry type="module" module-name="intellij.java.resources.en" exported="" /> <orderEntry type="module" module-name="intellij.java.resources.en" exported="" />
<orderEntry type="module" module-name="intellij.java.psi" exported="" /> <orderEntry type="module" module-name="intellij.java.psi" exported="" />
<orderEntry type="module" module-name="intellij.java.indexing" exported="" /> <orderEntry type="module" module-name="intellij.java.indexing" exported="" />

View File

@@ -13,6 +13,7 @@
<orderEntry type="module" module-name="intellij.platform.jps.model.impl" /> <orderEntry type="module" module-name="intellij.platform.jps.model.impl" />
<orderEntry type="library" name="kotlin-stdlib" level="project" /> <orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
<orderEntry type="library" scope="TEST" name="assertJ" level="project" /> <orderEntry type="library" scope="TEST" name="assertJ" level="project" />
<orderEntry type="module" module-name="intellij.platform.testExtensions" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testExtensions" scope="TEST" />
</component> </component>

View File

@@ -20,6 +20,7 @@
<orderEntry type="library" name="gson" level="project" /> <orderEntry type="library" name="gson" level="project" />
<orderEntry type="module" module-name="intellij.regexp" /> <orderEntry type="module" module-name="intellij.regexp" />
<orderEntry type="module" module-name="intellij.platform.indexing.impl" /> <orderEntry type="module" module-name="intellij.platform.indexing.impl" />
<orderEntry type="module" module-name="intellij.platform.refactoring" />
<orderEntry type="module" module-name="intellij.platform.statistics" /> <orderEntry type="module" module-name="intellij.platform.statistics" />
<orderEntry type="library" name="fastutil-min" level="project" /> <orderEntry type="library" name="fastutil-min" level="project" />
<orderEntry type="module" module-name="intellij.platform.core.ui" /> <orderEntry type="module" module-name="intellij.platform.core.ui" />

View File

@@ -14,6 +14,8 @@
<orderEntry type="module" module-name="intellij.platform.core.ui" /> <orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.java.impl" /> <orderEntry type="module" module-name="intellij.java.impl" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.jvm.analysis.refactoring" />
<orderEntry type="module" module-name="intellij.java.impl.refactorings" /> <orderEntry type="module" module-name="intellij.java.impl.refactorings" />
<orderEntry type="module" module-name="intellij.platform.util.jdom" /> <orderEntry type="module" module-name="intellij.platform.util.jdom" />
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.core.impl" />

View File

@@ -7,10 +7,10 @@
</content> </content>
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.jvm.analysis.impl" exported="" /> <orderEntry type="module" module-name="intellij.jvm.analysis.impl" />
<orderEntry type="module" module-name="intellij.jvm.analysis.testFramework" exported="" /> <orderEntry type="module" module-name="intellij.jvm.analysis.testFramework" />
<orderEntry type="module" module-name="intellij.platform.testFramework" /> <orderEntry type="module" module-name="intellij.platform.testFramework" />
<orderEntry type="module" module-name="intellij.java.impl.refactorings" exported="" /> <orderEntry type="module" module-name="intellij.java.impl.refactorings" />
<orderEntry type="module" module-name="intellij.platform.smRunner" /> <orderEntry type="module" module-name="intellij.platform.smRunner" />
<orderEntry type="module" module-name="intellij.java" /> <orderEntry type="module" module-name="intellij.java" />
<orderEntry type="module" module-name="intellij.java.execution.impl" /> <orderEntry type="module" module-name="intellij.java.execution.impl" />

View File

@@ -9,6 +9,9 @@
<orderEntry type="module" module-name="intellij.java" scope="TEST" /> <orderEntry type="module" module-name="intellij.java" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.jvm.analysis.impl" scope="TEST" />
<orderEntry type="module" module-name="intellij.jvm.analysis.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.impl.refactorings" scope="TEST" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.jvm.analysis.internal.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.jvm.analysis.internal.testFramework" scope="TEST" />
</component> </component>

View File

@@ -11,6 +11,7 @@
<orderEntry type="module" module-name="kotlin.plugin.k1" scope="RUNTIME" /> <orderEntry type="module" module-name="kotlin.plugin.k1" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="kotlin.base.plugin" scope="TEST" /> <orderEntry type="module" module-name="kotlin.base.plugin" scope="TEST" />
<orderEntry type="module" module-name="intellij.jvm.analysis.testFramework" scope="TEST" />
<orderEntry type="module" module-name="kotlin.base.test" scope="TEST" /> <orderEntry type="module" module-name="kotlin.base.test" scope="TEST" />
<orderEntry type="module" module-name="intellij.jvm.analysis.kotlin.tests.shared" scope="TEST" /> <orderEntry type="module" module-name="intellij.jvm.analysis.kotlin.tests.shared" scope="TEST" />
</component> </component>

View File

@@ -10,6 +10,7 @@
<orderEntry type="module" module-name="kotlin.plugin.k2" scope="RUNTIME" /> <orderEntry type="module" module-name="kotlin.plugin.k2" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.jvm.analysis.testFramework" scope="TEST" />
<orderEntry type="module" module-name="kotlin.base.test" scope="TEST" /> <orderEntry type="module" module-name="kotlin.base.test" scope="TEST" />
<orderEntry type="module" module-name="intellij.jvm.analysis.kotlin.tests.shared" scope="TEST" /> <orderEntry type="module" module-name="intellij.jvm.analysis.kotlin.tests.shared" scope="TEST" />
</component> </component>

View File

@@ -14,7 +14,10 @@
<orderEntry type="module" module-name="intellij.platform.testFramework.junit5" exported="" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework.junit5" exported="" scope="TEST" />
<orderEntry type="module" module-name="kotlin.base.plugin" exported="" scope="TEST" /> <orderEntry type="module" module-name="kotlin.base.plugin" exported="" scope="TEST" />
<orderEntry type="module" module-name="kotlin.base.test" scope="TEST" /> <orderEntry type="module" module-name="kotlin.base.test" scope="TEST" />
<orderEntry type="module" module-name="intellij.jvm.analysis.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.impl.refactorings" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.jvm.analysis.impl" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="kotlin.test-framework" scope="TEST" /> <orderEntry type="module" module-name="kotlin.test-framework" scope="TEST" />
</component> </component>

View File

@@ -8,7 +8,7 @@
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlin-stdlib" level="project" /> <orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="module" module-name="intellij.jvm.analysis.refactoring" exported="" /> <orderEntry type="module" module-name="intellij.jvm.analysis.refactoring" />
<orderEntry type="module" module-name="intellij.platform.analysis" /> <orderEntry type="module" module-name="intellij.platform.analysis" />
<orderEntry type="module" module-name="intellij.java.psi" /> <orderEntry type="module" module-name="intellij.java.psi" />
<orderEntry type="module" module-name="intellij.platform.uast" /> <orderEntry type="module" module-name="intellij.platform.uast" />

View File

@@ -9,6 +9,7 @@
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlin-stdlib" level="project" /> <orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
<orderEntry type="module" module-name="intellij.platform.core" /> <orderEntry type="module" module-name="intellij.platform.core" />
<orderEntry type="module" module-name="intellij.platform.util" /> <orderEntry type="module" module-name="intellij.platform.util" />
<orderEntry type="library" scope="TEST" name="JUnit5" level="project" /> <orderEntry type="library" scope="TEST" name="JUnit5" level="project" />

View File

@@ -27,5 +27,6 @@
<orderEntry type="module" module-name="intellij.platform.util" /> <orderEntry type="module" module-name="intellij.platform.util" />
<orderEntry type="module" module-name="intellij.platform.workspace.storage" /> <orderEntry type="module" module-name="intellij.platform.workspace.storage" />
<orderEntry type="module" module-name="intellij.platform.core" /> <orderEntry type="module" module-name="intellij.platform.core" />
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
</component> </component>
</module> </module>

View File

@@ -10,6 +10,7 @@
<orderEntry type="module" module-name="intellij.platform.eel" exported="" /> <orderEntry type="module" module-name="intellij.platform.eel" exported="" />
<orderEntry type="module" module-name="intellij.platform.util" /> <orderEntry type="module" module-name="intellij.platform.util" />
<orderEntry type="module" module-name="intellij.platform.core" /> <orderEntry type="module" module-name="intellij.platform.core" />
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
<orderEntry type="library" name="kotlin-stdlib" level="project" /> <orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="module" module-name="intellij.platform.util.coroutines" /> <orderEntry type="module" module-name="intellij.platform.util.coroutines" />
</component> </component>

View File

@@ -19,6 +19,7 @@
<orderEntry type="module" module-name="intellij.platform.macro" exported="" /> <orderEntry type="module" module-name="intellij.platform.macro" exported="" />
<orderEntry type="library" name="miglayout-swing" level="project" /> <orderEntry type="library" name="miglayout-swing" level="project" />
<orderEntry type="library" name="Guava" level="project" /> <orderEntry type="library" name="Guava" level="project" />
<orderEntry type="module" module-name="intellij.platform.refactoring" />
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
<orderEntry type="module" module-name="intellij.platform.ide.core.plugins" /> <orderEntry type="module" module-name="intellij.platform.ide.core.plugins" />
<orderEntry type="library" name="StreamEx" level="project" /> <orderEntry type="library" name="StreamEx" level="project" />

View File

@@ -14,6 +14,7 @@
<orderEntry type="library" scope="TEST" name="kotlin-test-assertions-core-jvm" level="project" /> <orderEntry type="library" scope="TEST" name="kotlin-test-assertions-core-jvm" level="project" />
<orderEntry type="module" module-name="intellij.platform.core" /> <orderEntry type="module" module-name="intellij.platform.core" />
<orderEntry type="module" module-name="intellij.platform.util" /> <orderEntry type="module" module-name="intellij.platform.util" />
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
<orderEntry type="module" module-name="intellij.platform.util.coroutines" /> <orderEntry type="module" module-name="intellij.platform.util.coroutines" />
<orderEntry type="module" module-name="intellij.platform.eel" exported="" /> <orderEntry type="module" module-name="intellij.platform.eel" exported="" />
</component> </component>

View File

@@ -33,6 +33,7 @@
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.core" exported="" /> <orderEntry type="module" module-name="intellij.platform.core" exported="" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" /> <orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
<orderEntry type="module" module-name="intellij.platform.extensions" exported="" /> <orderEntry type="module" module-name="intellij.platform.extensions" exported="" />
<orderEntry type="module" module-name="intellij.platform.analysis" /> <orderEntry type="module" module-name="intellij.platform.analysis" />
<orderEntry type="module" module-name="intellij.platform.util.jdom" /> <orderEntry type="module" module-name="intellij.platform.util.jdom" />

View File

@@ -27,7 +27,7 @@
<orderEntry type="module" module-name="intellij.platform.codeStyle" exported="" /> <orderEntry type="module" module-name="intellij.platform.codeStyle" exported="" />
<orderEntry type="module" module-name="intellij.platform.ide.util.io" /> <orderEntry type="module" module-name="intellij.platform.ide.util.io" />
<orderEntry type="module" module-name="intellij.platform.execution" exported="" /> <orderEntry type="module" module-name="intellij.platform.execution" exported="" />
<orderEntry type="module" module-name="intellij.platform.refactoring" exported="" /> <orderEntry type="module" module-name="intellij.platform.refactoring" />
<orderEntry type="module" module-name="intellij.platform.ml" /> <orderEntry type="module" module-name="intellij.platform.ml" />
</component> </component>
</module> </module>

View File

@@ -36,12 +36,13 @@
<orderEntry type="library" name="OroMatcher" level="project" /> <orderEntry type="library" name="OroMatcher" level="project" />
<orderEntry type="library" name="Velocity" level="project" /> <orderEntry type="library" name="Velocity" level="project" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.platform.usageView" exported="" /> <orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.platform.usageView.impl" exported="" /> <orderEntry type="module" module-name="intellij.platform.usageView.impl" exported="" />
<orderEntry type="library" name="cli-parser" level="project" /> <orderEntry type="library" name="cli-parser" level="project" />
<orderEntry type="module" module-name="intellij.platform.indexing" /> <orderEntry type="module" module-name="intellij.platform.indexing" />
<orderEntry type="module" module-name="intellij.platform.indexing.impl" /> <orderEntry type="module" module-name="intellij.platform.indexing.impl" />
<orderEntry type="module" module-name="intellij.platform.projectModel.impl" /> <orderEntry type="module" module-name="intellij.platform.projectModel.impl" />
<orderEntry type="module" module-name="intellij.platform.refactoring" exported="" />
<orderEntry type="module" module-name="intellij.platform.workspace.jps" /> <orderEntry type="module" module-name="intellij.platform.workspace.jps" />
<orderEntry type="library" name="swingx" level="project" /> <orderEntry type="library" name="swingx" level="project" />
<orderEntry type="library" name="Guava" level="project" /> <orderEntry type="library" name="Guava" level="project" />

View File

@@ -18,6 +18,7 @@
<orderEntry type="library" name="cli-parser" level="project" /> <orderEntry type="library" name="cli-parser" level="project" />
<orderEntry type="module" module-name="intellij.platform.indexing" /> <orderEntry type="module" module-name="intellij.platform.indexing" />
<orderEntry type="module" module-name="intellij.platform.indexing.impl" exported="" /> <orderEntry type="module" module-name="intellij.platform.indexing.impl" exported="" />
<orderEntry type="module" module-name="intellij.platform.refactoring" />
<orderEntry type="library" scope="TEST" name="assertJ" level="project" /> <orderEntry type="library" scope="TEST" name="assertJ" level="project" />
<orderEntry type="module" module-name="intellij.platform.projectModel.impl" exported="" /> <orderEntry type="module" module-name="intellij.platform.projectModel.impl" exported="" />
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" exported="" /> <orderEntry type="module" module-name="intellij.platform.ide.core.impl" exported="" />

View File

@@ -44,6 +44,7 @@
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="library" scope="TEST" name="assertJ" level="project" /> <orderEntry type="library" scope="TEST" name="assertJ" level="project" />
<orderEntry type="module" module-name="intellij.platform.util.text.matching" /> <orderEntry type="module" module-name="intellij.platform.util.text.matching" />
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" /> <orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="library" name="kotlinx-serialization-core" level="project" /> <orderEntry type="library" name="kotlinx-serialization-core" level="project" />
<orderEntry type="module" module-name="intellij.platform.ml" /> <orderEntry type="module" module-name="intellij.platform.ml" />

View File

@@ -11,6 +11,7 @@
<orderEntry type="module" module-name="intellij.platform.util.ui" /> <orderEntry type="module" module-name="intellij.platform.util.ui" />
<orderEntry type="module" module-name="intellij.platform.util" /> <orderEntry type="module" module-name="intellij.platform.util" />
<orderEntry type="module" module-name="intellij.platform.core" /> <orderEntry type="module" module-name="intellij.platform.core" />
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
<orderEntry type="module" module-name="intellij.platform.concurrency" /> <orderEntry type="module" module-name="intellij.platform.concurrency" />
<orderEntry type="module" module-name="intellij.platform.core.ui" /> <orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="library" name="kotlin-stdlib" level="project" /> <orderEntry type="library" name="kotlin-stdlib" level="project" />

View File

@@ -46,6 +46,7 @@
<orderEntry type="library" name="commons-imaging" level="project" /> <orderEntry type="library" name="commons-imaging" level="project" />
<orderEntry type="library" name="Guava" level="project" /> <orderEntry type="library" name="Guava" level="project" />
<orderEntry type="module" module-name="intellij.platform.jps.model.impl" /> <orderEntry type="module" module-name="intellij.platform.jps.model.impl" />
<orderEntry type="module" module-name="intellij.platform.refactoring" />
<orderEntry type="module" module-name="intellij.platform.analysis.impl" /> <orderEntry type="module" module-name="intellij.platform.analysis.impl" />
<orderEntry type="module" module-name="intellij.platform.editor.ex" /> <orderEntry type="module" module-name="intellij.platform.editor.ex" />
<orderEntry type="library" name="gson" level="project" /> <orderEntry type="library" name="gson" level="project" />

View File

@@ -18,6 +18,7 @@
<orderEntry type="library" scope="TEST" name="jmock.legacy" level="project" /> <orderEntry type="library" scope="TEST" name="jmock.legacy" level="project" />
<orderEntry type="module" module-name="intellij.platform.testFramework" /> <orderEntry type="module" module-name="intellij.platform.testFramework" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
<orderEntry type="module" module-name="intellij.platform.ide.core.plugins" /> <orderEntry type="module" module-name="intellij.platform.ide.core.plugins" />
<orderEntry type="module" module-name="intellij.platform.workspace.storage" /> <orderEntry type="module" module-name="intellij.platform.workspace.storage" />

View File

@@ -13,8 +13,12 @@
<orderEntry type="module" module-name="intellij.xml.impl" /> <orderEntry type="module" module-name="intellij.xml.impl" />
<orderEntry type="library" name="org.codehaus.groovy:groovy" level="project" /> <orderEntry type="library" name="org.codehaus.groovy:groovy" level="project" />
<orderEntry type="module" module-name="intellij.platform.ide" /> <orderEntry type="module" module-name="intellij.platform.ide" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.platform.lang" /> <orderEntry type="module" module-name="intellij.platform.lang" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.xml.frontback" />
<orderEntry type="module" module-name="intellij.regexp" />
<orderEntry type="module" module-name="intellij.platform.refactoring" />
<orderEntry type="module" module-name="intellij.platform.duplicates.analysis" exported="" /> <orderEntry type="module" module-name="intellij.platform.duplicates.analysis" exported="" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" /> <orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.platform.core.ui" /> <orderEntry type="module" module-name="intellij.platform.core.ui" />

View File

@@ -17,6 +17,7 @@
<orderEntry type="module" module-name="intellij.platform.testFramework" /> <orderEntry type="module" module-name="intellij.platform.testFramework" />
<orderEntry type="module" module-name="intellij.platform.util.jdom" /> <orderEntry type="module" module-name="intellij.platform.util.jdom" />
<orderEntry type="library" name="memoryfilesystem" level="project" /> <orderEntry type="library" name="memoryfilesystem" level="project" />
<orderEntry type="library" name="JUnit4" level="project" />
<orderEntry type="library" name="assertJ" level="project" /> <orderEntry type="library" name="assertJ" level="project" />
<orderEntry type="library" name="snakeyaml" level="project" /> <orderEntry type="library" name="snakeyaml" level="project" />
<orderEntry type="library" name="fastutil-min" level="project" /> <orderEntry type="library" name="fastutil-min" level="project" />

View File

@@ -17,13 +17,15 @@
<orderEntry type="module" module-name="intellij.platform.editor.ex" /> <orderEntry type="module" module-name="intellij.platform.editor.ex" />
<orderEntry type="module" module-name="intellij.platform.indexing.impl" /> <orderEntry type="module" module-name="intellij.platform.indexing.impl" />
<orderEntry type="library" exported="" name="JUnit4" level="project" /> <orderEntry type="library" exported="" name="JUnit4" level="project" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" exported="" /> <orderEntry type="module" module-name="intellij.platform.ide.core.impl" exported="" />
<orderEntry type="module" module-name="intellij.platform.refactoring" />
<orderEntry type="module" module-name="intellij.platform.ide.codeinsight.inline" /> <orderEntry type="module" module-name="intellij.platform.ide.codeinsight.inline" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" exported="" /> <orderEntry type="module" module-name="intellij.platform.ide.impl" exported="" />
<orderEntry type="module" module-name="intellij.tools.testsBootstrap" /> <orderEntry type="module" module-name="intellij.tools.testsBootstrap" />
<orderEntry type="module" module-name="intellij.java.resources.en" scope="RUNTIME" /> <orderEntry type="module" module-name="intellij.java.resources.en" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.analysis.impl" /> <orderEntry type="module" module-name="intellij.platform.analysis.impl" />
<orderEntry type="module" module-name="intellij.java.rt" exported="" /> <orderEntry type="module" module-name="intellij.java.rt" />
<orderEntry type="module" module-name="intellij.xml.dom.impl" scope="RUNTIME" /> <orderEntry type="module" module-name="intellij.xml.dom.impl" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.images" scope="RUNTIME" /> <orderEntry type="module" module-name="intellij.platform.images" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.regexp" scope="RUNTIME" /> <orderEntry type="module" module-name="intellij.regexp" scope="RUNTIME" />

View File

@@ -16,6 +16,7 @@
<orderEntry type="module" module-name="intellij.platform.debugger" /> <orderEntry type="module" module-name="intellij.platform.debugger" />
<orderEntry type="module" module-name="intellij.platform.diff.impl" /> <orderEntry type="module" module-name="intellij.platform.diff.impl" />
<orderEntry type="library" name="fastutil-min" level="project" /> <orderEntry type="library" name="fastutil-min" level="project" />
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
<orderEntry type="module" module-name="intellij.platform.core.ui" /> <orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.ide.util.io" /> <orderEntry type="module" module-name="intellij.platform.ide.util.io" />
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.core.impl" />

View File

@@ -12,6 +12,7 @@
<orderEntry type="module" module-name="intellij.platform.core.ui" /> <orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="library" name="StreamEx" level="project" /> <orderEntry type="library" name="StreamEx" level="project" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.platform.indexing.impl" /> <orderEntry type="module" module-name="intellij.platform.indexing.impl" />
<orderEntry type="module" module-name="intellij.platform.editor.ex" /> <orderEntry type="module" module-name="intellij.platform.editor.ex" />
</component> </component>

View File

@@ -21,6 +21,7 @@
<orderEntry type="module" module-name="intellij.platform.analysis.impl" /> <orderEntry type="module" module-name="intellij.platform.analysis.impl" />
<orderEntry type="module" module-name="intellij.platform.util.ui" /> <orderEntry type="module" module-name="intellij.platform.util.ui" />
<orderEntry type="module" module-name="intellij.platform.analysis" /> <orderEntry type="module" module-name="intellij.platform.analysis" />
<orderEntry type="module" module-name="intellij.platform.refactoring" />
<orderEntry type="module" module-name="intellij.platform.core.impl" /> <orderEntry type="module" module-name="intellij.platform.core.impl" />
<orderEntry type="module" module-name="intellij.platform.projectModel" /> <orderEntry type="module" module-name="intellij.platform.projectModel" />
<orderEntry type="module" module-name="intellij.platform.usageView" /> <orderEntry type="module" module-name="intellij.platform.usageView" />

View File

@@ -13,6 +13,7 @@
<orderEntry type="module" module-name="intellij.platform.util.progress" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.util.progress" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.testFramework.common" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework.common" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.util" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.util" scope="TEST" />
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
</component> </component>
</module> </module>

View File

@@ -46,6 +46,7 @@
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="library" name="gson" level="project" /> <orderEntry type="library" name="gson" level="project" />
<orderEntry type="module" module-name="intellij.platform.diff.impl" /> <orderEntry type="module" module-name="intellij.platform.diff.impl" />
<orderEntry type="module" module-name="intellij.platform.refactoring" />
<orderEntry type="module" module-name="intellij.platform.vcs.log" /> <orderEntry type="module" module-name="intellij.platform.vcs.log" />
<orderEntry type="library" name="swingx" level="project" /> <orderEntry type="library" name="swingx" level="project" />
<orderEntry type="library" name="miglayout-swing" level="project" /> <orderEntry type="library" name="miglayout-swing" level="project" />

View File

@@ -15,6 +15,7 @@
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
<orderEntry type="module" module-name="intellij.platform.diff" /> <orderEntry type="module" module-name="intellij.platform.diff" />
<orderEntry type="module" module-name="intellij.platform.analysis" /> <orderEntry type="module" module-name="intellij.platform.analysis" />
<orderEntry type="library" name="JUnit4" level="project" />
<orderEntry type="module" module-name="intellij.platform.indexing.impl" /> <orderEntry type="module" module-name="intellij.platform.indexing.impl" />
<orderEntry type="module" module-name="intellij.platform.core.ui" /> <orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.ide.util.io" /> <orderEntry type="module" module-name="intellij.platform.ide.util.io" />

View File

@@ -15,7 +15,10 @@
<orderEntry type="module" module-name="intellij.platform.ide.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.platform.core.ui" /> <orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.editor.ex" /> <orderEntry type="module" module-name="intellij.platform.editor.ex" />
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
<orderEntry type="module" module-name="intellij.platform.core" /> <orderEntry type="module" module-name="intellij.platform.core" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.platform.refactoring" />
<orderEntry type="library" name="jackson-databind" level="project" /> <orderEntry type="library" name="jackson-databind" level="project" />
<orderEntry type="module" module-name="intellij.platform.analysis.impl" /> <orderEntry type="module" module-name="intellij.platform.analysis.impl" />
<orderEntry type="library" name="jackson" level="project" /> <orderEntry type="library" name="jackson" level="project" />

View File

@@ -60,6 +60,7 @@
<orderEntry type="module" module-name="intellij.platform.editor.ex" /> <orderEntry type="module" module-name="intellij.platform.editor.ex" />
<orderEntry type="library" scope="TEST" name="assertJ" level="project" /> <orderEntry type="library" scope="TEST" name="assertJ" level="project" />
<orderEntry type="module" module-name="intellij.platform.ide.ui" /> <orderEntry type="module" module-name="intellij.platform.ide.ui" />
<orderEntry type="module" module-name="intellij.platform.refactoring" />
<orderEntry type="library" name="jackson" level="project" /> <orderEntry type="library" name="jackson" level="project" />
<orderEntry type="library" name="jackson-databind" level="project" /> <orderEntry type="library" name="jackson-databind" level="project" />
<orderEntry type="module" module-name="intellij.platform.kernel" /> <orderEntry type="module" module-name="intellij.platform.kernel" />

View File

@@ -16,6 +16,7 @@
<orderEntry type="module" module-name="intellij.platform.core" /> <orderEntry type="module" module-name="intellij.platform.core" />
<orderEntry type="module" module-name="intellij.platform.core.ui" /> <orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.editor.ex" /> <orderEntry type="module" module-name="intellij.platform.editor.ex" />
<orderEntry type="module" module-name="intellij.xml.frontback" />
<orderEntry type="library" name="fastutil-min" level="project" /> <orderEntry type="library" name="fastutil-min" level="project" />
<orderEntry type="module" module-name="intellij.platform.util.jdom" /> <orderEntry type="module" module-name="intellij.platform.util.jdom" />
<orderEntry type="module" module-name="intellij.platform.analysis.impl" /> <orderEntry type="module" module-name="intellij.platform.analysis.impl" />

View File

@@ -15,6 +15,7 @@
<orderEntry type="module" module-name="intellij.platform.ide" /> <orderEntry type="module" module-name="intellij.platform.ide" />
<orderEntry type="library" name="Jaxen" level="project" /> <orderEntry type="library" name="Jaxen" level="project" />
<orderEntry type="module" module-name="intellij.platform.langInjection" /> <orderEntry type="module" module-name="intellij.platform.langInjection" />
<orderEntry type="module" module-name="intellij.xml.frontback" />
<orderEntry type="module" module-name="intellij.platform.core.ui" /> <orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.util.jdom" /> <orderEntry type="module" module-name="intellij.platform.util.jdom" />
</component> </component>

View File

@@ -18,6 +18,7 @@
<orderEntry type="module" module-name="intellij.platform.testRunner" /> <orderEntry type="module" module-name="intellij.platform.testRunner" />
<orderEntry type="module" module-name="intellij.platform.diff" /> <orderEntry type="module" module-name="intellij.platform.diff" />
<orderEntry type="module" module-name="intellij.platform.editor.ex" /> <orderEntry type="module" module-name="intellij.platform.editor.ex" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" /> <orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.platform.execution.impl" /> <orderEntry type="module" module-name="intellij.platform.execution.impl" />
<orderEntry type="module" module-name="intellij.platform.lvcs" /> <orderEntry type="module" module-name="intellij.platform.lvcs" />
@@ -26,6 +27,6 @@
<orderEntry type="module" module-name="intellij.platform.core.ui" /> <orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.statistics" /> <orderEntry type="module" module-name="intellij.platform.statistics" />
<orderEntry type="module" module-name="intellij.platform.util.jdom" /> <orderEntry type="module" module-name="intellij.platform.util.jdom" />
<orderEntry type="module" module-name="intellij.platform.coverage.agent" exported="" /> <orderEntry type="module" module-name="intellij.platform.coverage.agent" />
</component> </component>
</module> </module>

View File

@@ -104,6 +104,7 @@
</orderEntry> </orderEntry>
<orderEntry type="module" module-name="intellij.platform.util.jdom" /> <orderEntry type="module" module-name="intellij.platform.util.jdom" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.platform.coverage.agent" />
<orderEntry type="library" name="fastutil-min" level="project" /> <orderEntry type="library" name="fastutil-min" level="project" />
</component> </component>
</module> </module>

View File

@@ -16,6 +16,7 @@
<orderEntry type="library" name="kotlin-stdlib" level="project" /> <orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="module" module-name="intellij.platform.ide.core" /> <orderEntry type="module" module-name="intellij.platform.ide.core" />
<orderEntry type="module" module-name="intellij.platform.analysis" /> <orderEntry type="module" module-name="intellij.platform.analysis" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.platform.util" /> <orderEntry type="module" module-name="intellij.platform.util" />
<orderEntry type="module" module-name="intellij.platform.projectModel.impl" /> <orderEntry type="module" module-name="intellij.platform.projectModel.impl" />
<orderEntry type="module" module-name="intellij.platform.core.impl" /> <orderEntry type="module" module-name="intellij.platform.core.impl" />

View File

@@ -50,8 +50,10 @@
<orderEntry type="module" module-name="intellij.properties.psi" /> <orderEntry type="module" module-name="intellij.properties.psi" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" /> <orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.xml.dom.impl" /> <orderEntry type="module" module-name="intellij.xml.dom.impl" />
<orderEntry type="module" module-name="intellij.xml.structureView" />
<orderEntry type="module" module-name="intellij.platform.uast" /> <orderEntry type="module" module-name="intellij.platform.uast" />
<orderEntry type="module" module-name="intellij.java.ui" /> <orderEntry type="module" module-name="intellij.java.ui" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.jvm.analysis" /> <orderEntry type="module" module-name="intellij.jvm.analysis" />
<orderEntry type="library" name="protobuf" level="project" /> <orderEntry type="library" name="protobuf" level="project" />
<orderEntry type="module" module-name="intellij.java.aetherDependencyResolver" /> <orderEntry type="module" module-name="intellij.java.aetherDependencyResolver" />

View File

@@ -20,6 +20,7 @@
<orderEntry type="library" scope="TEST" name="assertJ" level="project" /> <orderEntry type="library" scope="TEST" name="assertJ" level="project" />
<orderEntry type="module" module-name="intellij.xml.dom.impl" /> <orderEntry type="module" module-name="intellij.xml.dom.impl" />
<orderEntry type="module" module-name="intellij.jvm.analysis" /> <orderEntry type="module" module-name="intellij.jvm.analysis" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.devkit.testFramework" /> <orderEntry type="module" module-name="intellij.devkit.testFramework" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.compiler.tests" scope="TEST" /> <orderEntry type="module" module-name="intellij.java.compiler.tests" scope="TEST" />

View File

@@ -16,6 +16,7 @@
<orderEntry type="module" module-name="intellij.platform.ide.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.java.ui" /> <orderEntry type="module" module-name="intellij.java.ui" />
<orderEntry type="module" module-name="intellij.platform.ide.observable" /> <orderEntry type="module" module-name="intellij.platform.ide.observable" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.platform.lang" /> <orderEntry type="module" module-name="intellij.platform.lang" />
<orderEntry type="module" module-name="intellij.platform.externalSystem.dependencyUpdater" /> <orderEntry type="module" module-name="intellij.platform.externalSystem.dependencyUpdater" />
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.core.impl" />

View File

@@ -15,6 +15,7 @@
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.ide.observable" /> <orderEntry type="module" module-name="intellij.platform.ide.observable" />
<orderEntry type="module" module-name="intellij.java.rt" scope="TEST" />
<orderEntry type="module" module-name="intellij.gradle.java" scope="TEST" /> <orderEntry type="module" module-name="intellij.gradle.java" scope="TEST" />
<orderEntry type="module" module-name="intellij.gradle.tests" scope="TEST" /> <orderEntry type="module" module-name="intellij.gradle.tests" scope="TEST" />
<orderEntry type="module" module-name="intellij.gradle.toolingExtension.tests" scope="TEST" /> <orderEntry type="module" module-name="intellij.gradle.toolingExtension.tests" scope="TEST" />

View File

@@ -12,8 +12,10 @@
<orderEntry type="module" module-name="intellij.grazie.core" /> <orderEntry type="module" module-name="intellij.grazie.core" />
<orderEntry type="module" module-name="intellij.xml.psi.impl" /> <orderEntry type="module" module-name="intellij.xml.psi.impl" />
<orderEntry type="module" module-name="intellij.platform.core" /> <orderEntry type="module" module-name="intellij.platform.core" />
<orderEntry type="module" module-name="intellij.platform.util" />
<orderEntry type="module" module-name="intellij.platform.util.ex" /> <orderEntry type="module" module-name="intellij.platform.util.ex" />
<orderEntry type="module" module-name="intellij.platform.codeStyle" /> <orderEntry type="module" module-name="intellij.platform.codeStyle" />
<orderEntry type="module" module-name="intellij.xml.frontback" />
<orderEntry type="module" module-name="intellij.xml.impl" /> <orderEntry type="module" module-name="intellij.xml.impl" />
</component> </component>
</module> </module>

View File

@@ -25,6 +25,7 @@
<orderEntry type="module" module-name="intellij.platform.editor.ex" /> <orderEntry type="module" module-name="intellij.platform.editor.ex" />
<orderEntry type="module" module-name="intellij.properties" /> <orderEntry type="module" module-name="intellij.properties" />
<orderEntry type="module" module-name="intellij.java.execution.impl" /> <orderEntry type="module" module-name="intellij.java.execution.impl" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.java.compiler" /> <orderEntry type="module" module-name="intellij.java.compiler" />
<orderEntry type="module" module-name="intellij.java.execution" /> <orderEntry type="module" module-name="intellij.java.execution" />
<orderEntry type="module" module-name="intellij.java.ui" /> <orderEntry type="module" module-name="intellij.java.ui" />

View File

@@ -13,6 +13,7 @@
<orderEntry type="module" module-name="intellij.platform.lang.impl" /> <orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.platform.images" /> <orderEntry type="module" module-name="intellij.platform.images" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.xml.frontback" />
<orderEntry type="module" module-name="intellij.platform.indexing.impl" /> <orderEntry type="module" module-name="intellij.platform.indexing.impl" />
<orderEntry type="module" module-name="intellij.platform.core.ui" /> <orderEntry type="module" module-name="intellij.platform.core.ui" />
</component> </component>

View File

@@ -43,8 +43,10 @@
<orderEntry type="module" module-name="intellij.platform.debugger.impl" /> <orderEntry type="module" module-name="intellij.platform.debugger.impl" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.platform.statistics" /> <orderEntry type="module" module-name="intellij.platform.statistics" />
<orderEntry type="module" module-name="intellij.platform.tasks.impl" /> <orderEntry type="module" module-name="intellij.platform.tasks.impl" />
<orderEntry type="module" module-name="intellij.platform.refactoring" />
<orderEntry type="module" module-name="intellij.platform.core.ui" /> <orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.xml.psi" /> <orderEntry type="module" module-name="intellij.xml.psi" />
<orderEntry type="module" module-name="intellij.platform.feedback" /> <orderEntry type="module" module-name="intellij.platform.feedback" />

View File

@@ -19,6 +19,7 @@
<orderEntry type="module" module-name="intellij.spellchecker" /> <orderEntry type="module" module-name="intellij.spellchecker" />
<orderEntry type="module" module-name="intellij.java.impl" exported="" /> <orderEntry type="module" module-name="intellij.java.impl" exported="" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.jsp.base" /> <orderEntry type="module" module-name="intellij.jsp.base" />
<orderEntry type="module" module-name="intellij.jsp" /> <orderEntry type="module" module-name="intellij.jsp" />
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />

View File

@@ -10,6 +10,7 @@
<orderEntry type="module" module-name="intellij.groovy" scope="TEST" /> <orderEntry type="module" module-name="intellij.groovy" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.jvm.analysis.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.junit.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.junit.testFramework" scope="TEST" />
</component> </component>
</module> </module>

View File

@@ -19,6 +19,7 @@
<orderEntry type="module" module-name="intellij.java.compiler" /> <orderEntry type="module" module-name="intellij.java.compiler" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.java.impl" /> <orderEntry type="module" module-name="intellij.java.impl" />
<orderEntry type="module" module-name="intellij.jvm.analysis.refactoring" />
<orderEntry type="module" module-name="intellij.java.indexing" /> <orderEntry type="module" module-name="intellij.java.indexing" />
<orderEntry type="module" module-name="intellij.platform.smRunner" /> <orderEntry type="module" module-name="intellij.platform.smRunner" />
<orderEntry type="module" module-name="intellij.java.debugger.impl" /> <orderEntry type="module" module-name="intellij.java.debugger.impl" />

View File

@@ -12,8 +12,10 @@
<orderEntry type="module" module-name="intellij.properties.psi.impl" scope="TEST" /> <orderEntry type="module" module-name="intellij.properties.psi.impl" scope="TEST" />
<orderEntry type="module" module-name="intellij.junit.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.junit.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.jvm.analysis.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.smRunner" /> <orderEntry type="module" module-name="intellij.platform.smRunner" />
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.rt" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.ide.util.io" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.ide.util.io" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.execution.impl" scope="TEST" /> <orderEntry type="module" module-name="intellij.java.execution.impl" scope="TEST" />
</component> </component>

View File

@@ -11,6 +11,7 @@
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.junit.kotlin.tests.shared" scope="TEST" /> <orderEntry type="module" module-name="intellij.junit.kotlin.tests.shared" scope="TEST" />
<orderEntry type="module" module-name="kotlin.base.test" scope="TEST" /> <orderEntry type="module" module-name="kotlin.base.test" scope="TEST" />
<orderEntry type="module" module-name="intellij.jvm.analysis.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
<orderEntry type="module" module-name="kotlin.base.plugin" scope="TEST" /> <orderEntry type="module" module-name="kotlin.base.plugin" scope="TEST" />
</component> </component>

View File

@@ -11,6 +11,7 @@
<orderEntry type="module" module-name="kotlin.plugin.k2" scope="RUNTIME" /> <orderEntry type="module" module-name="kotlin.plugin.k2" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.junit.kotlin.tests.shared" scope="TEST" /> <orderEntry type="module" module-name="intellij.junit.kotlin.tests.shared" scope="TEST" />
<orderEntry type="module" module-name="intellij.jvm.analysis.testFramework" scope="TEST" />
<orderEntry type="module" module-name="kotlin.base.test" scope="TEST" /> <orderEntry type="module" module-name="kotlin.base.test" scope="TEST" />
<orderEntry type="module" module-name="kotlin.base.plugin" scope="TEST" /> <orderEntry type="module" module-name="kotlin.base.plugin" scope="TEST" />
</component> </component>

View File

@@ -12,6 +12,7 @@
<orderEntry type="module" module-name="intellij.junit.testFramework" exported="" scope="TEST" /> <orderEntry type="module" module-name="intellij.junit.testFramework" exported="" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.testFramework.junit5" exported="" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework.junit5" exported="" scope="TEST" />
<orderEntry type="module" module-name="intellij.jvm.analysis.testFramework" scope="TEST" />
<orderEntry type="module" module-name="kotlin.test-framework" scope="TEST" /> <orderEntry type="module" module-name="kotlin.test-framework" scope="TEST" />
<orderEntry type="module" module-name="kotlin.base.test" scope="TEST" /> <orderEntry type="module" module-name="kotlin.base.test" scope="TEST" />
<orderEntry type="module" module-name="intellij.junit.java.tests" exported="" scope="TEST" /> <orderEntry type="module" module-name="intellij.junit.java.tests" exported="" scope="TEST" />

View File

@@ -7,7 +7,7 @@
</content> </content>
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.jvm.analysis.testFramework" exported="" /> <orderEntry type="module" module-name="intellij.jvm.analysis.testFramework" />
<orderEntry type="module" module-name="intellij.junit" exported="" /> <orderEntry type="module" module-name="intellij.junit" exported="" />
<orderEntry type="module" module-name="intellij.java.frontback.psi" exported="" /> <orderEntry type="module" module-name="intellij.java.frontback.psi" exported="" />
<orderEntry type="module" module-name="intellij.java.testFramework" /> <orderEntry type="module" module-name="intellij.java.testFramework" />

View File

@@ -16,6 +16,7 @@
<orderEntry type="module" module-name="intellij.java.compiler" scope="TEST" /> <orderEntry type="module" module-name="intellij.java.compiler" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.smRunner" /> <orderEntry type="module" module-name="intellij.platform.smRunner" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.rt" scope="TEST" />
<orderEntry type="library" scope="TEST" name="JUnit5" level="project" /> <orderEntry type="library" scope="TEST" name="JUnit5" level="project" />
<orderEntry type="library" scope="TEST" name="JUnit5Launcher" level="project" /> <orderEntry type="library" scope="TEST" name="JUnit5Launcher" level="project" />
<orderEntry type="library" scope="TEST" name="StreamEx" level="project" /> <orderEntry type="library" scope="TEST" name="StreamEx" level="project" />

View File

@@ -19,6 +19,7 @@
<orderEntry type="module" module-name="intellij.platform.ide.observable" /> <orderEntry type="module" module-name="intellij.platform.ide.observable" />
<orderEntry type="library" name="netty-codec-http" level="project" /> <orderEntry type="library" name="netty-codec-http" level="project" />
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
<orderEntry type="module" module-name="intellij.platform.refactoring" />
<orderEntry type="module" module-name="intellij.platform.builtInServer.impl" /> <orderEntry type="module" module-name="intellij.platform.builtInServer.impl" />
<orderEntry type="module" module-name="intellij.platform.editor.ex" /> <orderEntry type="module" module-name="intellij.platform.editor.ex" />
<orderEntry type="library" name="jcef" level="project" /> <orderEntry type="library" name="jcef" level="project" />

View File

@@ -14,6 +14,7 @@
<orderEntry type="module" module-name="intellij.platform.ide.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" /> <orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.platform.images" /> <orderEntry type="module" module-name="intellij.platform.images" />
<orderEntry type="module" module-name="intellij.xml.frontback" />
<orderEntry type="module" module-name="intellij.platform.backend" /> <orderEntry type="module" module-name="intellij.platform.backend" />
<orderEntry type="library" name="kotlin-stdlib" level="project" /> <orderEntry type="library" name="kotlin-stdlib" level="project" />
</component> </component>

View File

@@ -16,6 +16,7 @@
<orderEntry type="module" module-name="intellij.platform.indexing" /> <orderEntry type="module" module-name="intellij.platform.indexing" />
<orderEntry type="module" module-name="intellij.platform.analysis" /> <orderEntry type="module" module-name="intellij.platform.analysis" />
<orderEntry type="module" module-name="intellij.platform.core.ui" /> <orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.xml.frontback" />
<orderEntry type="module" module-name="intellij.platform.backend" /> <orderEntry type="module" module-name="intellij.platform.backend" />
<orderEntry type="library" name="kotlin-stdlib" level="project" /> <orderEntry type="library" name="kotlin-stdlib" level="project" />
</component> </component>

View File

@@ -18,11 +18,13 @@
<orderEntry type="module" module-name="intellij.markdown.model" /> <orderEntry type="module" module-name="intellij.markdown.model" />
<orderEntry type="module" module-name="intellij.markdown.spellchecker" /> <orderEntry type="module" module-name="intellij.markdown.spellchecker" />
<orderEntry type="module" module-name="intellij.markdown.xml" /> <orderEntry type="module" module-name="intellij.markdown.xml" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.spellchecker" /> <orderEntry type="module" module-name="intellij.spellchecker" />
<orderEntry type="module" module-name="intellij.yaml.editing" /> <orderEntry type="module" module-name="intellij.yaml.editing" />
<orderEntry type="module" module-name="intellij.xml.psi.impl" /> <orderEntry type="module" module-name="intellij.xml.psi.impl" />
<orderEntry type="module" module-name="intellij.platform.builtInServer" /> <orderEntry type="module" module-name="intellij.platform.builtInServer" />
<orderEntry type="module" module-name="intellij.platform.core.ui" /> <orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.xml.frontback" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" /> <orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.platform.ide.util.netty" /> <orderEntry type="module" module-name="intellij.platform.ide.util.netty" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />

View File

@@ -12,6 +12,7 @@
<orderEntry type="module" module-name="intellij.xml.psi.impl" /> <orderEntry type="module" module-name="intellij.xml.psi.impl" />
<orderEntry type="module" module-name="intellij.platform.core.ui" /> <orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.core" /> <orderEntry type="module" module-name="intellij.platform.core" />
<orderEntry type="module" module-name="intellij.xml.frontback" />
<orderEntry type="module" module-name="intellij.platform.core.impl" /> <orderEntry type="module" module-name="intellij.platform.core.impl" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" /> <orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.platform.backend" /> <orderEntry type="module" module-name="intellij.platform.backend" />

View File

@@ -19,6 +19,7 @@
<orderEntry type="module" module-name="intellij.java.impl" /> <orderEntry type="module" module-name="intellij.java.impl" />
<orderEntry type="module" module-name="intellij.xml.impl" exported="" /> <orderEntry type="module" module-name="intellij.xml.impl" exported="" />
<orderEntry type="module" module-name="intellij.platform.util.progress" /> <orderEntry type="module" module-name="intellij.platform.util.progress" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.xml.langInjection" /> <orderEntry type="module" module-name="intellij.xml.langInjection" />
<orderEntry type="module" module-name="intellij.xml.dom" exported="" /> <orderEntry type="module" module-name="intellij.xml.dom" exported="" />
<orderEntry type="module" module-name="intellij.xml.dom.impl" exported="" /> <orderEntry type="module" module-name="intellij.xml.dom.impl" exported="" />

View File

@@ -29,7 +29,9 @@
</orderEntry> </orderEntry>
<orderEntry type="module" module-name="intellij.platform.util.jdom" /> <orderEntry type="module" module-name="intellij.platform.util.jdom" />
<orderEntry type="module" module-name="intellij.repository.search" /> <orderEntry type="module" module-name="intellij.repository.search" />
<orderEntry type="module" module-name="intellij.java.rt" />
<orderEntry type="module" module-name="intellij.java.impl" /> <orderEntry type="module" module-name="intellij.java.impl" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.java.testFramework" /> <orderEntry type="module" module-name="intellij.java.testFramework" />
<orderEntry type="module" module-name="intellij.platform.projectModel" /> <orderEntry type="module" module-name="intellij.platform.projectModel" />
<orderEntry type="module" module-name="intellij.platform.core" /> <orderEntry type="module" module-name="intellij.platform.core" />

View File

@@ -15,8 +15,10 @@
<orderEntry type="module" module-name="intellij.platform.lang.impl" /> <orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="library" scope="PROVIDED" name="cli-parser" level="project" /> <orderEntry type="library" scope="PROVIDED" name="cli-parser" level="project" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="library" name="jackson" level="project" /> <orderEntry type="library" name="jackson" level="project" />
<orderEntry type="library" name="jackson-module-kotlin" level="project" /> <orderEntry type="library" name="jackson-module-kotlin" level="project" />
<orderEntry type="module" module-name="intellij.platform.refactoring" />
<orderEntry type="module" module-name="intellij.platform.analysis.impl" /> <orderEntry type="module" module-name="intellij.platform.analysis.impl" />
<orderEntry type="library" name="jackson-databind" level="project" /> <orderEntry type="library" name="jackson-databind" level="project" />
<orderEntry type="module" module-name="intellij.platform.editor.ex" /> <orderEntry type="module" module-name="intellij.platform.editor.ex" />

View File

@@ -15,7 +15,9 @@
<orderEntry type="module" module-name="intellij.xml.impl" /> <orderEntry type="module" module-name="intellij.xml.impl" />
<orderEntry type="module" module-name="intellij.properties.psi" /> <orderEntry type="module" module-name="intellij.properties.psi" />
<orderEntry type="module" module-name="intellij.properties.psi.impl" /> <orderEntry type="module" module-name="intellij.properties.psi.impl" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.platform.core.ui" /> <orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.refactoring" />
<orderEntry type="module" module-name="intellij.platform.codeStyle.impl" /> <orderEntry type="module" module-name="intellij.platform.codeStyle.impl" />
<orderEntry type="module" module-name="intellij.platform.util.jdom" /> <orderEntry type="module" module-name="intellij.platform.util.jdom" />
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.core.impl" />

View File

@@ -15,6 +15,7 @@
<orderEntry type="module" module-name="intellij.xml.psi" /> <orderEntry type="module" module-name="intellij.xml.psi" />
<orderEntry type="module" module-name="intellij.xml.psi.impl" /> <orderEntry type="module" module-name="intellij.xml.psi.impl" />
<orderEntry type="module" module-name="intellij.platform.structureView.impl" /> <orderEntry type="module" module-name="intellij.platform.structureView.impl" />
<orderEntry type="module" module-name="intellij.platform.refactoring" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.platform.indexing.impl" /> <orderEntry type="module" module-name="intellij.platform.indexing.impl" />
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.core.impl" />

View File

@@ -15,6 +15,7 @@
<orderEntry type="module" module-name="intellij.properties" /> <orderEntry type="module" module-name="intellij.properties" />
<orderEntry type="module" module-name="intellij.xml.psi" /> <orderEntry type="module" module-name="intellij.xml.psi" />
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.platform.editor.ex" /> <orderEntry type="module" module-name="intellij.platform.editor.ex" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />

View File

@@ -15,6 +15,7 @@
<orderEntry type="module" module-name="intellij.platform.codeStyle.impl" /> <orderEntry type="module" module-name="intellij.platform.codeStyle.impl" />
<orderEntry type="module" module-name="intellij.java" /> <orderEntry type="module" module-name="intellij.java" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.impl.refactorings" /> <orderEntry type="module" module-name="intellij.java.impl.refactorings" />
<orderEntry type="library" name="StreamEx" level="project" /> <orderEntry type="library" name="StreamEx" level="project" />

View File

@@ -16,6 +16,7 @@
<orderEntry type="module" module-name="intellij.platform.ide.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="library" name="caffeine" level="project" /> <orderEntry type="library" name="caffeine" level="project" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" /> <orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.platform.statistics" exported="" /> <orderEntry type="module" module-name="intellij.platform.statistics" exported="" />
<orderEntry type="module" module-name="intellij.platform.ml.impl" /> <orderEntry type="module" module-name="intellij.platform.ml.impl" />
<orderEntry type="module" module-name="intellij.platform.ide.internal" /> <orderEntry type="module" module-name="intellij.platform.ide.internal" />

View File

@@ -14,10 +14,12 @@
<orderEntry type="module" module-name="intellij.platform.ide.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" /> <orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.platform.execution.impl" /> <orderEntry type="module" module-name="intellij.platform.execution.impl" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="library" name="pty4j" level="project" /> <orderEntry type="library" name="pty4j" level="project" />
<orderEntry type="library" name="gson" level="project" /> <orderEntry type="library" name="gson" level="project" />
<orderEntry type="module" module-name="intellij.spellchecker" /> <orderEntry type="module" module-name="intellij.spellchecker" />
<orderEntry type="module" module-name="intellij.platform.indexing.impl" /> <orderEntry type="module" module-name="intellij.platform.indexing.impl" />
<orderEntry type="module" module-name="intellij.platform.refactoring" />
<orderEntry type="module" module-name="intellij.platform.statistics" /> <orderEntry type="module" module-name="intellij.platform.statistics" />
<orderEntry type="module" module-name="intellij.platform.debugger" /> <orderEntry type="module" module-name="intellij.platform.debugger" />
<orderEntry type="module" module-name="intellij.platform.core.ui" /> <orderEntry type="module" module-name="intellij.platform.core.ui" />

View File

@@ -28,6 +28,7 @@
</library> </library>
</orderEntry> </orderEntry>
<orderEntry type="module" module-name="intellij.platform.util" /> <orderEntry type="module" module-name="intellij.platform.util" />
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
</component> </component>
</module> </module>

View File

@@ -57,6 +57,7 @@
<orderEntry type="library" name="kotlinx-serialization-core" level="project" /> <orderEntry type="library" name="kotlinx-serialization-core" level="project" />
<orderEntry type="library" name="kotlinx-serialization-json" level="project" /> <orderEntry type="library" name="kotlinx-serialization-json" level="project" />
<orderEntry type="library" name="caffeine" level="project" /> <orderEntry type="library" name="caffeine" level="project" />
<orderEntry type="module" module-name="intellij.platform.refactoring" />
<orderEntry type="module-library"> <orderEntry type="module-library">
<library name="terminal-completion-db-with-extensions" type="repository"> <library name="terminal-completion-db-with-extensions" type="repository">
<properties include-transitive-deps="false" maven-id="org.jetbrains.terminal:completion-db-with-extensions:0.5.0"> <properties include-transitive-deps="false" maven-id="org.jetbrains.terminal:completion-db-with-extensions:0.5.0">

View File

@@ -14,6 +14,7 @@
<orderEntry type="module" module-name="intellij.java.execution.impl" scope="TEST" /> <orderEntry type="module" module-name="intellij.java.execution.impl" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.smRunner" /> <orderEntry type="module" module-name="intellij.platform.smRunner" />
<orderEntry type="module" module-name="intellij.java.aetherDependencyResolver" scope="TEST" /> <orderEntry type="module" module-name="intellij.java.aetherDependencyResolver" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.rt" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.core.ui" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.core.ui" scope="TEST" />
<orderEntry type="module" module-name="intellij.testng.rt" scope="TEST" /> <orderEntry type="module" module-name="intellij.testng.rt" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.ide.util.io" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.ide.util.io" scope="TEST" />

View File

@@ -20,6 +20,8 @@
<orderEntry type="module" module-name="intellij.java.compiler" /> <orderEntry type="module" module-name="intellij.java.compiler" />
<orderEntry type="module" module-name="intellij.java.execution.impl" /> <orderEntry type="module" module-name="intellij.java.execution.impl" />
<orderEntry type="module" module-name="intellij.java.execution" /> <orderEntry type="module" module-name="intellij.java.execution" />
<orderEntry type="module" module-name="intellij.java.rt" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.platform.editor.ex" /> <orderEntry type="module" module-name="intellij.platform.editor.ex" />
<orderEntry type="module" module-name="intellij.java.compiler.impl" /> <orderEntry type="module" module-name="intellij.java.compiler.impl" />
<orderEntry type="module" module-name="intellij.platform.icons" /> <orderEntry type="module" module-name="intellij.platform.icons" />

View File

@@ -15,10 +15,14 @@
<orderEntry type="module" module-name="intellij.xml" /> <orderEntry type="module" module-name="intellij.xml" />
<orderEntry type="module" module-name="intellij.platform.lang" /> <orderEntry type="module" module-name="intellij.platform.lang" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.platform.refactoring" />
<orderEntry type="module" module-name="intellij.platform.indexing.impl" /> <orderEntry type="module" module-name="intellij.platform.indexing.impl" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" /> <orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.xml.frontback" />
<orderEntry type="module" module-name="intellij.xml.impl" /> <orderEntry type="module" module-name="intellij.xml.impl" />
<orderEntry type="module" module-name="intellij.platform.editor.ex" /> <orderEntry type="module" module-name="intellij.platform.editor.ex" />
<orderEntry type="module" module-name="intellij.regexp" />
<orderEntry type="module" module-name="intellij.xpath.rt" /> <orderEntry type="module" module-name="intellij.xpath.rt" />
<orderEntry type="library" name="Jaxen" level="project" /> <orderEntry type="library" name="Jaxen" level="project" />
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" /> <orderEntry type="library" scope="TEST" name="JUnit4" level="project" />

View File

@@ -14,6 +14,7 @@
<orderEntry type="module" module-name="intellij.xpath" /> <orderEntry type="module" module-name="intellij.xpath" />
<orderEntry type="module" module-name="intellij.xslt.debugger.rt" /> <orderEntry type="module" module-name="intellij.xslt.debugger.rt" />
<orderEntry type="module" module-name="intellij.platform.lang" /> <orderEntry type="module" module-name="intellij.platform.lang" />
<orderEntry type="module" module-name="intellij.xml.frontback" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" /> <orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.platform.execution.impl" /> <orderEntry type="module" module-name="intellij.platform.execution.impl" />
<orderEntry type="module" module-name="intellij.platform.debugger" /> <orderEntry type="module" module-name="intellij.platform.debugger" />

View File

@@ -38,6 +38,7 @@
<orderEntry type="module" module-name="intellij.platform.lang.impl" /> <orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.platform.util.ui" /> <orderEntry type="module" module-name="intellij.platform.util.ui" />
<orderEntry type="module" module-name="intellij.platform.refactoring" />
<orderEntry type="module" module-name="intellij.platform.core.ui" /> <orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="library" name="kotlin-stdlib" level="project" /> <orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="library" name="kotlinx-serialization-core" level="project" /> <orderEntry type="library" name="kotlinx-serialization-core" level="project" />

View File

@@ -23,6 +23,7 @@
<orderEntry type="library" name="StreamEx" level="project" /> <orderEntry type="library" name="StreamEx" level="project" />
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
<orderEntry type="library" name="fastutil-min" level="project" /> <orderEntry type="library" name="fastutil-min" level="project" />
<orderEntry type="module" module-name="intellij.platform.refactoring" />
<orderEntry type="module" module-name="intellij.platform.core.ui" /> <orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.codeStyle.impl" /> <orderEntry type="module" module-name="intellij.platform.codeStyle.impl" />
<orderEntry type="module" module-name="intellij.platform.langInjection" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.langInjection" scope="TEST" />

View File

@@ -17,6 +17,7 @@
<orderEntry type="library" name="Guava" level="project" /> <orderEntry type="library" name="Guava" level="project" />
<orderEntry type="library" name="StreamEx" level="project" /> <orderEntry type="library" name="StreamEx" level="project" />
<orderEntry type="module" module-name="intellij.platform.debugger" /> <orderEntry type="module" module-name="intellij.platform.debugger" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.platform.statistics" /> <orderEntry type="module" module-name="intellij.platform.statistics" />
<orderEntry type="module" module-name="intellij.platform.core.ui" /> <orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.python.sdk" /> <orderEntry type="module" module-name="intellij.python.sdk" />

View File

@@ -23,6 +23,7 @@
<orderEntry type="module" module-name="intellij.platform.debugger" /> <orderEntry type="module" module-name="intellij.platform.debugger" />
<orderEntry type="module" module-name="intellij.regexp" exported="" /> <orderEntry type="module" module-name="intellij.regexp" exported="" />
<orderEntry type="module" module-name="intellij.platform.editor.ex" /> <orderEntry type="module" module-name="intellij.platform.editor.ex" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.platform.testRunner" exported="" /> <orderEntry type="module" module-name="intellij.platform.testRunner" exported="" />
<orderEntry type="module" module-name="intellij.platform.smRunner" /> <orderEntry type="module" module-name="intellij.platform.smRunner" />
<orderEntry type="module" module-name="intellij.spellchecker" /> <orderEntry type="module" module-name="intellij.spellchecker" />

View File

@@ -19,6 +19,7 @@
<orderEntry type="module" module-name="intellij.platform.smRunner" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.smRunner" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.util.progress" /> <orderEntry type="module" module-name="intellij.platform.util.progress" />
<orderEntry type="module" module-name="intellij.platform.ide.observable" /> <orderEntry type="module" module-name="intellij.platform.ide.observable" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="library" scope="TEST" name="assertJ" level="project" /> <orderEntry type="library" scope="TEST" name="assertJ" level="project" />
<orderEntry type="library" scope="TEST" name="mockito" level="project" /> <orderEntry type="library" scope="TEST" name="mockito" level="project" />
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />

View File

@@ -15,6 +15,7 @@
<orderEntry type="module" module-name="intellij.featuresTrainer" /> <orderEntry type="module" module-name="intellij.featuresTrainer" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.platform.debugger" /> <orderEntry type="module" module-name="intellij.platform.debugger" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" /> <orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.python.sdk" /> <orderEntry type="module" module-name="intellij.python.sdk" />
<orderEntry type="module" module-name="intellij.platform.core.ui" /> <orderEntry type="module" module-name="intellij.platform.core.ui" />

View File

@@ -20,6 +20,7 @@
<orderEntry type="module" module-name="intellij.platform.editor.ex" /> <orderEntry type="module" module-name="intellij.platform.editor.ex" />
<orderEntry type="module" module-name="intellij.xml" /> <orderEntry type="module" module-name="intellij.xml" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.refactoring" />
<orderEntry type="module" module-name="intellij.xml.dom" /> <orderEntry type="module" module-name="intellij.xml.dom" />
<orderEntry type="library" name="Guava" level="project" /> <orderEntry type="library" name="Guava" level="project" />
<orderEntry type="module" module-name="intellij.platform.statistics" /> <orderEntry type="module" module-name="intellij.platform.statistics" />

View File

@@ -15,6 +15,7 @@
<orderEntry type="library" name="jackson-databind" level="project" /> <orderEntry type="library" name="jackson-databind" level="project" />
<orderEntry type="library" name="jackson-module-kotlin" level="project" /> <orderEntry type="library" name="jackson-module-kotlin" level="project" />
<orderEntry type="module" module-name="intellij.platform.diagnostic.telemetry" /> <orderEntry type="module" module-name="intellij.platform.diagnostic.telemetry" />
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
<orderEntry type="module" module-name="intellij.tools.ide.metrics.collector" /> <orderEntry type="module" module-name="intellij.tools.ide.metrics.collector" />
<orderEntry type="module" module-name="intellij.tools.ide.util.common" /> <orderEntry type="module" module-name="intellij.tools.ide.util.common" />
<orderEntry type="module" module-name="intellij.platform.testFramework" /> <orderEntry type="module" module-name="intellij.platform.testFramework" />

View File

@@ -13,9 +13,13 @@
<orderEntry type="module" module-name="intellij.platform.ide" /> <orderEntry type="module" module-name="intellij.platform.ide" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.platform.lang" /> <orderEntry type="module" module-name="intellij.platform.lang" />
<orderEntry type="module" module-name="intellij.xml.structureView" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" /> <orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.platform.indexing.impl" /> <orderEntry type="module" module-name="intellij.platform.indexing.impl" />
<orderEntry type="module" module-name="intellij.xml.frontback" />
<orderEntry type="module" module-name="intellij.xml" /> <orderEntry type="module" module-name="intellij.xml" />
<orderEntry type="module" module-name="intellij.platform.refactoring" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="library" name="fastutil-min" level="project" /> <orderEntry type="library" name="fastutil-min" level="project" />
<orderEntry type="module" module-name="intellij.platform.core.ui" /> <orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.libraries.cglib" /> <orderEntry type="module" module-name="intellij.libraries.cglib" />

View File

@@ -15,7 +15,10 @@
<orderEntry type="module" module-name="intellij.platform.execution.impl" /> <orderEntry type="module" module-name="intellij.platform.execution.impl" />
<orderEntry type="module" module-name="intellij.platform.icons" /> <orderEntry type="module" module-name="intellij.platform.icons" />
<orderEntry type="module" module-name="intellij.platform.vcs" /> <orderEntry type="module" module-name="intellij.platform.vcs" />
<orderEntry type="module" module-name="intellij.xml.frontback" />
<orderEntry type="module" module-name="intellij.platform.refactoring" />
<orderEntry type="module" module-name="intellij.platform.indexing.impl" /> <orderEntry type="module" module-name="intellij.platform.indexing.impl" />
<orderEntry type="module" module-name="intellij.platform.usageView" />
<orderEntry type="module" module-name="intellij.xml.psi.impl" exported="" /> <orderEntry type="module" module-name="intellij.xml.psi.impl" exported="" />
<orderEntry type="module" module-name="intellij.xml.analysis.impl" exported="" /> <orderEntry type="module" module-name="intellij.xml.analysis.impl" exported="" />
<orderEntry type="module" module-name="intellij.xml.structureView.impl" exported="" /> <orderEntry type="module" module-name="intellij.xml.structureView.impl" exported="" />

View File

@@ -9,9 +9,9 @@
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.lang" /> <orderEntry type="module" module-name="intellij.platform.lang" />
<orderEntry type="module" module-name="intellij.xml.psi" exported="" /> <orderEntry type="module" module-name="intellij.xml.psi" />
<orderEntry type="module" module-name="intellij.xml.analysis" exported="" /> <orderEntry type="module" module-name="intellij.xml.analysis" exported="" />
<orderEntry type="module" module-name="intellij.xml.structureView" exported="" /> <orderEntry type="module" module-name="intellij.xml.structureView" />
<orderEntry type="library" name="kotlin-stdlib" level="project" /> <orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="module" module-name="intellij.platform.util.ui" /> <orderEntry type="module" module-name="intellij.platform.util.ui" />
</component> </component>

View File

@@ -73,6 +73,7 @@
<orderEntry type="library" name="fastutil-min" level="project" /> <orderEntry type="library" name="fastutil-min" level="project" />
<orderEntry type="module" module-name="intellij.platform.indexing.impl" /> <orderEntry type="module" module-name="intellij.platform.indexing.impl" />
<orderEntry type="module" module-name="intellij.platform.core.ui" /> <orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.xml.frontback" />
<orderEntry type="module" module-name="intellij.platform.util.jdom" /> <orderEntry type="module" module-name="intellij.platform.util.jdom" />
</component> </component>
</module> </module>

View File

@@ -21,6 +21,7 @@
<orderEntry type="module" module-name="intellij.platform.tests" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.tests" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" /> <orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
<orderEntry type="library" scope="TEST" name="xml-resolver" level="project" /> <orderEntry type="library" scope="TEST" name="xml-resolver" level="project" />
<orderEntry type="module" module-name="intellij.regexp" />
<orderEntry type="module" module-name="intellij.platform.util.nanoxml" /> <orderEntry type="module" module-name="intellij.platform.util.nanoxml" />
<orderEntry type="module" module-name="intellij.platform.langInjection" scope="TEST" /> <orderEntry type="module" module-name="intellij.platform.langInjection" scope="TEST" />
<orderEntry type="module" module-name="intellij.xml.langInjection" scope="RUNTIME" /> <orderEntry type="module" module-name="intellij.xml.langInjection" scope="RUNTIME" />

View File

@@ -10,8 +10,8 @@
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.xml.psi" exported="" /> <orderEntry type="module" module-name="intellij.xml.psi" exported="" />
<orderEntry type="module" module-name="intellij.platform.analysis" exported="" /> <orderEntry type="module" module-name="intellij.platform.analysis" exported="" />
<orderEntry type="module" module-name="intellij.platform.core" exported="" /> <orderEntry type="module" module-name="intellij.platform.core" />
<orderEntry type="module" module-name="intellij.platform.extensions" exported="" /> <orderEntry type="module" module-name="intellij.platform.extensions" exported="" />
<orderEntry type="module" module-name="intellij.platform.util" exported="" /> <orderEntry type="module" module-name="intellij.platform.util" />
</component> </component>
</module> </module>

View File

@@ -14,6 +14,7 @@
<orderEntry type="module" module-name="intellij.xml.analysis" exported="" /> <orderEntry type="module" module-name="intellij.xml.analysis" exported="" />
<orderEntry type="module" module-name="intellij.platform.projectModel" /> <orderEntry type="module" module-name="intellij.platform.projectModel" />
<orderEntry type="module" module-name="intellij.platform.util.ui" /> <orderEntry type="module" module-name="intellij.platform.util.ui" />
<orderEntry type="module" module-name="intellij.xml.frontback" />
<orderEntry type="module" module-name="intellij.platform.editor" /> <orderEntry type="module" module-name="intellij.platform.editor" />
<orderEntry type="module" module-name="intellij.platform.editor.ex" /> <orderEntry type="module" module-name="intellij.platform.editor.ex" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" /> <orderEntry type="module" module-name="intellij.platform.lang.impl" />

View File

@@ -8,7 +8,7 @@
</content> </content>
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.xml.frontback" exported="" /> <orderEntry type="module" module-name="intellij.xml.frontback" />
<orderEntry type="module" module-name="intellij.platform.core" /> <orderEntry type="module" module-name="intellij.platform.core" />
<orderEntry type="module" module-name="intellij.platform.projectModel" /> <orderEntry type="module" module-name="intellij.platform.projectModel" />
<orderEntry type="module" module-name="intellij.platform.analysis" /> <orderEntry type="module" module-name="intellij.platform.analysis" />

Some files were not shown because too many files have changed in this diff Show More