bundle mlCompletionModels plugin

GitOrigin-RevId: 29ece9a0a9c8bc6e77192b894e96ead01f43f882
This commit is contained in:
Alexey Kalina
2020-07-29 13:31:29 +03:00
committed by intellij-monorepo-bot
parent 6bfa053eb1
commit 6ccf63f4d5
3 changed files with 3 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ abstract class BaseIdeaProperties extends JetBrainsProductProperties {
"intellij.platform.langInjection",
"intellij.java.debugger.streams",
"intellij.android.smali",
"intellij.mlCompletionModels",
"intellij.statsCollector",
"intellij.sh",
"intellij.vcs.changeReminder",

View File

@@ -140,5 +140,6 @@
<orderEntry type="module" module-name="intellij.textmate" scope="TEST" />
<orderEntry type="module" module-name="intellij.webp" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.space" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.mlCompletionModels" scope="RUNTIME" />
</component>
</module>

View File

@@ -5,6 +5,7 @@
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />