[Markdown] Do not export intellij.platform.testFramework

GitOrigin-RevId: da84a5cf73d9700a1a3bb7abd9c8a370594b1f29
This commit is contained in:
Ivan Posti
2021-12-07 16:03:34 +03:00
committed by intellij-monorepo-bot
parent e1c42d5646
commit 48252dca1f
2 changed files with 2 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" exported="" />
<orderEntry type="module" module-name="intellij.spellchecker" />
<orderEntry type="module" module-name="intellij.platform.testFramework" exported="" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.xml.psi.impl" />
<orderEntry type="module" module-name="intellij.platform.langInjection" />
<orderEntry type="module" module-name="intellij.platform.builtInServer" />

View File

@@ -14,5 +14,6 @@
<orderEntry type="module" module-name="intellij.python.psi.impl" />
<orderEntry type="module" module-name="intellij.python.psi" />
<orderEntry type="module" module-name="intellij.python.community.tests" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
</component>
</module>