mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
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
16 lines
931 B
XML
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> |