mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
[project] renaming updater module to exclude it from API tests
... and underscore the fact it does not belong to the platform GitOrigin-RevId: 9dacf75a192fb7dbd0684d57ef2ef2a501d89a5d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f5cabbf706
commit
9f6701ffbc
2
.idea/modules.xml
generated
2
.idea/modules.xml
generated
@@ -790,7 +790,6 @@
|
||||
<module fileurl="file://$PROJECT_DIR$/uast/uast-common-ide/intellij.platform.uast.ide.iml" filepath="$PROJECT_DIR$/uast/uast-common-ide/intellij.platform.uast.ide.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/uast/testFramework/intellij.platform.uast.testFramework.iml" filepath="$PROJECT_DIR$/uast/testFramework/intellij.platform.uast.testFramework.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/uast/uast-tests/intellij.platform.uast.tests.iml" filepath="$PROJECT_DIR$/uast/uast-tests/intellij.platform.uast.tests.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/updater/intellij.platform.updater.iml" filepath="$PROJECT_DIR$/updater/intellij.platform.updater.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/usageView/intellij.platform.usageView.iml" filepath="$PROJECT_DIR$/platform/usageView/intellij.platform.usageView.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/usageView-impl/intellij.platform.usageView.impl.iml" filepath="$PROJECT_DIR$/platform/usageView-impl/intellij.platform.usageView.impl.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/util/intellij.platform.util.iml" filepath="$PROJECT_DIR$/platform/util/intellij.platform.util.iml" />
|
||||
@@ -951,6 +950,7 @@
|
||||
<module fileurl="file://$PROJECT_DIR$/jps/standalone-builder/intellij.tools.jps.build.standalone.iml" filepath="$PROJECT_DIR$/jps/standalone-builder/intellij.tools.jps.build.standalone.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/tools/launcher-generator/intellij.tools.launcherGenerator.iml" filepath="$PROJECT_DIR$/tools/launcher-generator/intellij.tools.launcherGenerator.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/testFramework/bootstrap/intellij.tools.testsBootstrap.iml" filepath="$PROJECT_DIR$/platform/testFramework/bootstrap/intellij.tools.testsBootstrap.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/updater/intellij.tools.updater.iml" filepath="$PROJECT_DIR$/updater/intellij.tools.updater.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/plugins/turboComplete/intellij.turboComplete.iml" filepath="$PROJECT_DIR$/plugins/turboComplete/intellij.turboComplete.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/plugins/turboComplete/languages/kotlin/intellij.turboComplete.languages.kotlin.iml" filepath="$PROJECT_DIR$/plugins/turboComplete/languages/kotlin/intellij.turboComplete.languages.kotlin.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/plugins/turboComplete/intellij.turboComplete.tests.iml" filepath="$PROJECT_DIR$/plugins/turboComplete/intellij.turboComplete.tests.iml" />
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.jps.model.tests" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.diff.tests" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.builtInServer.tests" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.updater" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.tools.updater" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.scriptDebugger.ui" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.terminal" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.platform.images.build" scope="TEST" />
|
||||
|
||||
@@ -71,7 +71,4 @@ internal fun filterPluginsToPublish(plugins: MutableSet<PluginLayout>, context:
|
||||
/**
|
||||
* @return module names which are required to run the necessary tools from build scripts
|
||||
*/
|
||||
internal fun getToolModules(): List<String> {
|
||||
return java.util.List.of("intellij.java.rt", "intellij.platform.starter",
|
||||
/*required to build searchable options index*/ "intellij.platform.updater")
|
||||
}
|
||||
internal fun getToolModules(): List<String> = listOf("intellij.java.rt", "intellij.platform.starter", "intellij.tools.updater")
|
||||
|
||||
Reference in New Issue
Block a user