Files
openide/python/intellij.python.community.plugin.main.iml
nik 3cc2f4a7aa IDEA project configuration: fix run configuration for Python plugin
Use proper dependencies to run IDEA Community with Python plugin (IDEA-188812).
2018-03-26 11:46:25 +03:00

20 lines
1.2 KiB
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.platform.lang" />
<orderEntry type="module" module-name="intellij.java" />
<orderEntry type="module" module-name="intellij.tools.content" />
<orderEntry type="module" module-name="intellij.java.ui" />
<orderEntry type="module" module-name="intellij.xml.impl" />
<orderEntry type="module" module-name="intellij.python.community.plugin" exported="" />
<orderEntry type="module" module-name="intellij.python.community.plugin.java" exported="" />
<orderEntry type="module" module-name="intellij.python.community.impl" exported="" />
<orderEntry type="module" module-name="intellij.python.community.plugin.resources" exported="" />
<orderEntry type="module" module-name="intellij.python.configure" exported="" />
<orderEntry type="module" module-name="intellij.python.community.plugin.minor" exported="" />
<orderEntry type="module" module-name="intellij.idea.community.main" />
</component>
</module>