mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
Since there are no Java source files in these directories, it doesn't make sense to register them as source roots. Converting to resource roots should speed up compilation a little, and also makes it simpler to write tests which analyze class files in the module output (we can report an error if there are no class files in a module with source roots). GitOrigin-RevId: 4efe77ef07c8e2449186319e806abe7835e3e763
15 lines
777 B
XML
15 lines
777 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" type="java-resource" />
|
|
<sourceFolder url="file://$MODULE_DIR$/helpers/pydev" type="java-resource" relativeOutputPath="pydev" />
|
|
<sourceFolder url="file://$MODULE_DIR$/helpers/third_party/thriftpy" type="java-resource" />
|
|
<excludeFolder url="file://$MODULE_DIR$/helpers/env" />
|
|
<excludeFolder url="file://$MODULE_DIR$/helpers/pydev/build" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
</component>
|
|
</module> |