Removed intellij.python.configure and its contents split between intellij.pycharm.community.customization and intellij.python.community.impl

Module intellij.python.configure used to be included into both PyCharm Customization and Python plugins leading to
duplicate classes in these plugins. Even after removing it from intellij.pycharm.community.customization it was
unclear what should go into intellij.python.configure, since its *.xml was used only in
intellij.pycharm.community.customization while its source code was used either in PyCharm Customization or in
intellij.python.community.impl + PyCharm Customization.

GitOrigin-RevId: 008601cd993cebd22bbfe69f963e53a690691608
This commit is contained in:
Andrey Vlasovskikh
2019-10-30 21:46:57 +03:00
committed by intellij-monorepo-bot
parent e3ee8326f4
commit 6e6315bcdc
34 changed files with 1 additions and 94 deletions

View File

@@ -11,7 +11,6 @@
<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.configure" exported="" />
<orderEntry type="module" module-name="intellij.python.community.plugin.minor" exported="" />
</component>
</module>