Files
openide/platform/indexing-api/intellij.platform.indexing.iml
Andrei.Kuznetsov e2d375c46f IDEA-320457: introduce GlobalFileTypeIndexingHint
Now GlobalIndexFilter has an option to accept or reject files of particular filetype all together

GitOrigin-RevId: 019d424ec015782bb1cbb4c74a2b41651ac38759
2023-06-22 15:04:05 +00:00

18 lines
965 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$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="jetbrains-annotations" level="project" />
<orderEntry type="module" module-name="intellij.platform.core" exported="" />
<orderEntry type="module" module-name="intellij.platform.projectModel" />
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
<orderEntry type="module" module-name="intellij.platform.concurrency" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
</component>
</module>