use .plugin.main suffix for aggregator modules of intellij.dev plugin

GitOrigin-RevId: 2efd54fe3c9ce2a8ca3aeee65401619d7a8dfee1
This commit is contained in:
Daniil Ovchinnikov
2024-08-19 16:09:10 +02:00
committed by intellij-monorepo-bot
parent 03047b1d85
commit d75afcb4b9
5 changed files with 5 additions and 5 deletions

4
.idea/modules.xml generated
View File

@@ -300,8 +300,8 @@
<module fileurl="file://$PROJECT_DIR$/build/cucumber-test-runner/intellij.cucumber.testRunner.iml" filepath="$PROJECT_DIR$/build/cucumber-test-runner/intellij.cucumber.testRunner.iml" />
<module fileurl="file://$PROJECT_DIR$/plugins/dev/intellij.dev/intellij.dev.iml" filepath="$PROJECT_DIR$/plugins/dev/intellij.dev/intellij.dev.iml" />
<module fileurl="file://$PROJECT_DIR$/plugins/dev/intellij.dev.codeInsight/intellij.dev.codeInsight.iml" filepath="$PROJECT_DIR$/plugins/dev/intellij.dev.codeInsight/intellij.dev.codeInsight.iml" />
<module fileurl="file://$PROJECT_DIR$/plugins/dev/intellij.dev.plugin/intellij.dev.plugin.iml" filepath="$PROJECT_DIR$/plugins/dev/intellij.dev.plugin/intellij.dev.plugin.iml" />
<module fileurl="file://$PROJECT_DIR$/plugins/dev/intellij.dev.plugin/noJava/intellij.dev.plugin.noJava.iml" filepath="$PROJECT_DIR$/plugins/dev/intellij.dev.plugin/noJava/intellij.dev.plugin.noJava.iml" />
<module fileurl="file://$PROJECT_DIR$/plugins/dev/intellij.dev.noJava.plugin.main.iml" filepath="$PROJECT_DIR$/plugins/dev/intellij.dev.noJava.plugin.main.iml" />
<module fileurl="file://$PROJECT_DIR$/plugins/dev/intellij.dev.plugin.main.iml" filepath="$PROJECT_DIR$/plugins/dev/intellij.dev.plugin.main.iml" />
<module fileurl="file://$PROJECT_DIR$/plugins/dev/intellij.dev.psiViewer/intellij.dev.psiViewer.iml" filepath="$PROJECT_DIR$/plugins/dev/intellij.dev.psiViewer/intellij.dev.psiViewer.iml" />
<module fileurl="file://$PROJECT_DIR$/plugins/devkit/intellij.devkit/intellij.devkit.iml" filepath="$PROJECT_DIR$/plugins/devkit/intellij.devkit/intellij.devkit.iml" />
<module fileurl="file://$PROJECT_DIR$/plugins/devkit/devkit-core/intellij.devkit.core.iml" filepath="$PROJECT_DIR$/plugins/devkit/devkit-core/intellij.devkit.core.iml" />

View File

@@ -70,7 +70,7 @@
<orderEntry type="module" module-name="intellij.copyright" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.guiForms.designer" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.dev.plugin" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.dev.plugin.main" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.devkit.plugin" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.eclipse" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.vcs.git" scope="RUNTIME" />

View File

@@ -4,7 +4,7 @@
<exclude-output />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.dev.plugin.noJava" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.dev.noJava.plugin.main" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.dev" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.groovy.dev" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.kotlin.dev" scope="RUNTIME" />

View File

@@ -41,7 +41,7 @@
<orderEntry type="module" module-name="intellij.color.scheme.twilight" />
<orderEntry type="module" module-name="intellij.color.scheme.warmNeon" />
<orderEntry type="module" module-name="intellij.color.scheme.github" />
<orderEntry type="module" module-name="intellij.dev.plugin.noJava" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.dev.noJava.plugin.main" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.evaluationPlugin" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.evaluationPlugin.languages.python" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.ide.newUiOnboarding" scope="RUNTIME" />