Files
openide/python/intellij.pycharm.community.customization.iml
T
Ilya.Kazakevichandintellij-monorepo-bot 21bcbad357 PyCharm: Extract common part of prof and community customization into a separate plugin.
Sometimes in tests, we might have both pycharm prof and pycharm community customization in the class-path.

To prevent class-path disaster (two plugins include the same module), we extract the same modules into `customization.shared` plugin and bundle it both with PyCharm pro and Communi

GitOrigin-RevId: f86cffcee7b3131064d7236ca3b2e97f124ea360
2024-12-13 11:42:53 +00:00

17 lines
1016 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/resources" type="java-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.pycharm.community.ide.impl" scope="RUNTIME" />
<orderEntry type="library" name="tips-pycharm-community" level="project" />
<orderEntry type="module" module-name="intellij.jupyter.viewOnly" />
<orderEntry type="module" module-name="intellij.pycharm.community.ide.impl.promotion" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.pycharm.community.ide.implTraining" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.pycharm.community.customization.shared" scope="RUNTIME" />
</component>
</module>