Files
openide/resources-en/intellij.java.resources.en.iml
Nikolay Chashnikov f3805da91a [intellij project configuration] convert source roots without sources to resource roots
It 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: 69ad9a23b1c4d7695e6d8715563d6630d3ae1a00
2023-03-10 14:51:42 +00:00

11 lines
450 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>