Files
openide/java/java-tests/testData/reloading/addModuleFromSubDir/initial/foo.iml
Nikolay Chashnikov 4c971bf289 [workspace model] fix loading newly added modules located deep under added directories (IDEA-253040)
If a directory was added, 'addedFileUrls' will contain only its direct children, so we need to explicitly add serializers for new modules mentioned in modules.xml files to 'affectedFileLoaders' list.

GitOrigin-RevId: 61d2683b031374e0831a9e0a2c147a3ce7fc7b82
2020-10-22 13:41:19 +00:00

7 lines
256 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="EMPTY_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>