Files
openide/python/openapi/intellij.python.community.iml
Dmitry Trofimov 7ec5c11c93 Don't depend on testFramework and make python-openapi not depend on lang
GitOrigin-RevId: c34a51bb984110d087fdddeff41c304f362ba4fe
2019-12-03 15:11:09 +00:00

20 lines
964 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" 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>