mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 16:25:33 +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
10 lines
385 B
XML
10 lines
385 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="EMPTY_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$">
|
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
|
</content>
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
</component>
|
|
</module> |