[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
This commit is contained in:
Nikolay Chashnikov
2021-04-20 12:56:18 +03:00
committed by intellij-monorepo-bot
parent 92cf4bedfd
commit 7de89ec4b5
8 changed files with 57 additions and 36 deletions

View File

@@ -4,6 +4,7 @@
<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" />
@@ -12,5 +13,6 @@
<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>