Files
openide/python/intellij.python.community.plugin.main.iml
Andrey Vlasovskikh 6e6315bcdc 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
2019-11-07 02:40:58 +00:00

16 lines
931 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<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="" />
</component>
</module>