Files
openide/python/helpers/tests/intellij.python.helpers.tests.iml
Mikhail Golubev 1ee85abc04 Exclude directories with helpers' virtualenvs from the corresponding modules
GitOrigin-RevId: dd2d9212220e8f4422aad88fa719a508f5ae52f5
2019-07-18 17:57:26 +03:00

17 lines
809 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$" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
<excludeFolder url="file://$MODULE_DIR$/.tox" />
<excludeFolder url="file://$MODULE_DIR$/build" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.python.helpers" />
<orderEntry type="library" scope="TEST" name="Ant" level="project" />
<orderEntry type="library" scope="TEST" name="Groovy" level="project" />
</component>
</module>