mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-06 01:06:54 +07:00
JpsProjectSerializersImpl tries to read at least 3 components (NewModuleRootManager, FacetManager, DeprecatedModuleOptionManager) from each iml file so caching its parsed content speed ups loading. It's needed to clear cache after all modules are loaded to save memory and ensure that content of files will be read again if they change. GitOrigin-RevId: eedb19aea44dd34347fae64c6f45728caa4fa6c2
7 lines
256 B
XML
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> |