Files
openide/python/intellij.idea.community.main.python.iml
Andrey Vlasovskikh f44cd78344 PY-38593 Restored missing PyCharm dependencies for running it within IntelliJ
intellij.pycharm.community.main couldn't depend on
intellij.python.community.plugin.main because the latter included a dependency
on IntelliJ Community. Actually this dependency was only used in the saved
run configuration for running IntelliJ Community with the Python plugin. I've
created a separate module for that and removed dependencies on IntelliJ from
*.{pycharm,python}.main modules.

GitOrigin-RevId: c80c439a86b2d552ba40aa54714c637f87470067
2019-11-07 02:40:58 +00:00

10 lines
455 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.idea.community.main" />
<orderEntry type="module" module-name="intellij.python.community.plugin.main" />
</component>
</module>