rename intellij.platform.main -> intellij.platform.starter

`.main` suffix is reserved for aggregator modules which are used to run app/tests from sources.
This module is actually used in the production.
The name is chosen because the module contains the starter for non-commercial products.

GitOrigin-RevId: f456bbe2aae33d2f016136fc9ad32c23ab751240
This commit is contained in:
Daniil Ovchinnikov
2024-05-14 15:09:51 +02:00
committed by intellij-monorepo-bot
parent 53ac38182f
commit 7c88ab72c0
10 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
<orderEntry type="module" module-name="intellij.pycharm.community.customization" />
<orderEntry type="module" module-name="intellij.python.community.plugin" />
<orderEntry type="module" module-name="intellij.python.community.plugin.modules" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.main" />
<orderEntry type="module" module-name="intellij.platform.starter" />
<orderEntry type="module" module-name="intellij.tasks.jira" />
<orderEntry type="module" module-name="intellij.settingsRepository" />
<orderEntry type="module" module-name="intellij.properties" />