Files
openide/java/structuralsearch-java/intellij.java.structuralSearch.iml
Nikolay Chashnikov 7de89ec4b5 [structural search] get rid of dependency from platform.structuralSearch to java.structuralSearch (IDEA-267482)
StructuralSearchTemplateBuilder was converted to a service, and Java-specific code was moved to its implementation in Java plugin.

GitOrigin-RevId: ba0b597442c1502fd2aeab2062d8f53a476de064
2021-04-20 14:43:31 +03:00

18 lines
957 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$/testSrc" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.structuralSearch" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.java" />
<orderEntry type="module" module-name="intellij.java.impl" />
<orderEntry type="module" module-name="intellij.platform.duplicates.analysis" />
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
</component>
</module>