[ml-local-models] change modules dependencies structure

GitOrigin-RevId: 906186f2d5ff4982f0eaa263ae9d34c54df12093
This commit is contained in:
Alexey Kalina
2021-01-29 13:20:46 +03:00
committed by intellij-monorepo-bot
parent 08debd44b6
commit bac3c226c6
18 changed files with 43 additions and 20 deletions

View File

@@ -30,6 +30,7 @@
<depends optional="true" config-file="structuralsearch-java.xml">com.intellij.modules.structuralsearch</depends>
<depends optional="true" config-file="RemoteServersJava.xml">com.intellij.modules.remoteServers</depends>
<depends optional="true" config-file="java-features-trainer.xml">training</depends>
<depends optional="true" config-file="java-ml-local-models.xml">com.intellij.ml.local.models</depends>
<extensions defaultExtensionNs="com.intellij">
<moduleType id="JAVA_MODULE" classpathProvider="true" implementationClass="com.intellij.openapi.module.JavaModuleType"/>