Files
openide/python/intellij.pycharm.community.iml
Nikolay Chashnikov b5c82c54cc [pycharm] get rid of excessive dependencies in intellij.pycharm.community module (RDCT-1034)
This module needs to be added to the frontend variant of PyCharm (JetBrains Client) for RDCT-1034, and dependencies on modules which aren't included to JetBrains Client will cause problems. So they are removed from the module, and missing dependencies are added to intellij.pycharm.community.main and intellij.python.community.tests modules instead.

GitOrigin-RevId: 8818588e7f6a55ace63ce48edd63bb88938d4a16
2024-03-06 19:05:11 +00:00

21 lines
1.1 KiB
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-common">
<sourceFolder url="file://$MODULE_DIR$/ide-common/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/ide-common/src" isTestSource="false" packagePrefix="com.intellij.pycharm.community" />
</content>
<content url="file://$MODULE_DIR$/resources">
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.platform.lang" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="library" name="Guava" level="project" />
<orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
</component>
</module>