mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
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:
committed by
intellij-monorepo-bot
parent
663729f2b0
commit
23d1bdfda5
@@ -12,17 +12,14 @@
|
||||
<orderEntry type="module" module-name="intellij.relaxng" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.vcs.github" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.reStructuredText" />
|
||||
<orderEntry type="module" module-name="intellij.python.reStructuredText" />
|
||||
<orderEntry type="module" module-name="intellij.terminal" />
|
||||
<orderEntry type="module" module-name="intellij.pycharm.community" />
|
||||
<orderEntry type="module" module-name="intellij.pycharm.community.customization" />
|
||||
<orderEntry type="module" module-name="intellij.pycharm.community.resources" />
|
||||
<orderEntry type="module" module-name="intellij.python.community.plugin" />
|
||||
<orderEntry type="module" module-name="intellij.platform.main" />
|
||||
<orderEntry type="module" module-name="intellij.tasks.jira" />
|
||||
<orderEntry type="module" module-name="intellij.settingsRepository" />
|
||||
<orderEntry type="module" module-name="intellij.python.terminal" />
|
||||
<orderEntry type="module" module-name="intellij.python.copyright" />
|
||||
<orderEntry type="module" module-name="intellij.python.community.plugin" />
|
||||
<orderEntry type="module" module-name="intellij.properties" />
|
||||
<orderEntry type="module" module-name="intellij.markdown" />
|
||||
<orderEntry type="module" module-name="intellij.configurationScript" scope="RUNTIME" />
|
||||
|
||||
@@ -4,14 +4,11 @@
|
||||
<exclude-output />
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="intellij.platform.lang" />
|
||||
<orderEntry type="module" module-name="intellij.java" />
|
||||
<orderEntry type="module" module-name="intellij.java.ui" />
|
||||
<orderEntry type="module" module-name="intellij.xml.impl" />
|
||||
<orderEntry type="module" module-name="intellij.python.community.plugin" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.python.community.plugin.java" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.python.community.impl" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.python.community.plugin.minor" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.python.community.plugin" />
|
||||
<orderEntry type="module" module-name="intellij.python.community.plugin.java" />
|
||||
<orderEntry type="module" module-name="intellij.python.community.plugin.minor" />
|
||||
<orderEntry type="module" module-name="intellij.idea.community.main" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user