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
18 lines
946 B
XML
18 lines
946 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="JAVA_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$/ide">
|
|
<sourceFolder url="file://$MODULE_DIR$/ide/src" isTestSource="false" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
|
<orderEntry type="module" module-name="intellij.python.community.impl" />
|
|
<orderEntry type="module" module-name="intellij.platform.lang" />
|
|
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
|
<orderEntry type="module" module-name="intellij.platform.diff" />
|
|
<orderEntry type="module" module-name="intellij.xml.dom.impl" scope="RUNTIME" />
|
|
<orderEntry type="library" name="Guava" level="project" />
|
|
</component>
|
|
</module> |