mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
I didn't mark "py3only" though, because it might lead to resolution ambiguities and normally we use Python 2 to write and test helper scripts.
13 lines
573 B
XML
13 lines
573 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$/helpers">
|
|
<sourceFolder url="file://$MODULE_DIR$/helpers/py2only" isTestSource="false" />
|
|
<sourceFolder url="file://$MODULE_DIR$/helpers" isTestSource="false" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="util" />
|
|
</component>
|
|
</module> |