PY-38593 Put missing Python plugin dependencies into *.plugin modules instead of *.plugin.main so that they are available in both PyCharm and IntelliJ

GitOrigin-RevId: 0bd9d55c1ba924c1dc5a2933f377e2b18162f862
This commit is contained in:
Andrey Vlasovskikh
2019-11-19 04:19:20 +03:00
committed by intellij-monorepo-bot
parent 663729f2b0
commit 23d1bdfda5
3 changed files with 11 additions and 10 deletions

View File

@@ -7,5 +7,12 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.lang" />
<orderEntry type="module" module-name="intellij.xml.impl" />
<orderEntry type="module" module-name="intellij.python.community.impl" exported="" />
<orderEntry type="module" module-name="intellij.python.langInjection" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.python.copyright" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.python.terminal" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.python.reStructuredText" scope="RUNTIME" />
</component>
</module>