Files
openide/python/pluginCore/intellij.python.community.plugin.iml
Ilya.Kazakevich 98b99c3717 DS-6282: Module missing when build from sources.
`intellij.python.community.impl.community_only` must be on the classpath of PyCharm Community and DS.

It has been done for dev builds, but not for sources.

GitOrigin-RevId: 13da57550c978098fabed0e08437d5aca5b5b230
2024-02-23 22:58:05 +00:00

13 lines
608 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$">
<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.lang" />
<orderEntry type="module" module-name="intellij.python.community.impl.community_only" scope="RUNTIME" />
</component>
</module>