Files
openide/python/openapi/intellij.python.community.iml
Stanislav Utikeev dc47318681 Make python.community module depend on submodule of platform.ide
GitOrigin-RevId: 045d627027990d506de7b9a0402c687b01acb2ea
2020-01-09 15:10:17 +00:00

20 lines
972 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$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.python.psi" exported="" />
<orderEntry type="module" module-name="intellij.platform.analysis" exported="" />
<orderEntry type="module" module-name="intellij.platform.analysis.impl" exported="" />
<orderEntry type="module" module-name="intellij.platform.ide.util.io" exported="" />
<orderEntry type="library" name="Guava" level="project" />
<orderEntry type="library" name="jsoup" level="project" />
<orderEntry type="library" name="kotlin-stdlib-jdk8" level="project" />
</component>
</module>