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