From 4158e4585443074b1dfe99ff25044f7641e41d78 Mon Sep 17 00:00:00 2001 From: Nikolay Chashnikov Date: Tue, 30 Sep 2025 14:58:22 +0200 Subject: [PATCH] [plugin model] use 'public' visibility for content modules which have plugin aliases (IJPL-207059) Such modules can be referenced not by a 'dependencies.module' tag, but via a 'depends' or 'dependencies.plugin' tag with the plugin alias, so they should be public. 'jetbrains' namespace is used for them. GitOrigin-RevId: f3d0601685fe1d312a2508be08e97f8d985e7133 --- RegExpSupport/resources/intellij.regexp.xml | 2 +- .../resources/intellij.platform.langInjection.backend.xml | 2 +- .../IntelliLang/resources/intellij.platform.langInjection.xml | 2 +- .../resources/intellij.python.community.aliasProvider.xml | 2 +- python/pluginCore/resources/META-INF/plugin.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/RegExpSupport/resources/intellij.regexp.xml b/RegExpSupport/resources/intellij.regexp.xml index 29271d767fd8..1b2554939e2e 100644 --- a/RegExpSupport/resources/intellij.regexp.xml +++ b/RegExpSupport/resources/intellij.regexp.xml @@ -1,4 +1,4 @@ - + diff --git a/plugins/IntelliLang/backend/resources/intellij.platform.langInjection.backend.xml b/plugins/IntelliLang/backend/resources/intellij.platform.langInjection.backend.xml index 24806144eff2..c47a93d00c46 100644 --- a/plugins/IntelliLang/backend/resources/intellij.platform.langInjection.backend.xml +++ b/plugins/IntelliLang/backend/resources/intellij.platform.langInjection.backend.xml @@ -1,4 +1,4 @@ - + diff --git a/plugins/IntelliLang/resources/intellij.platform.langInjection.xml b/plugins/IntelliLang/resources/intellij.platform.langInjection.xml index a573c07c5106..b7c95186831f 100644 --- a/plugins/IntelliLang/resources/intellij.platform.langInjection.xml +++ b/plugins/IntelliLang/resources/intellij.platform.langInjection.xml @@ -1,4 +1,4 @@ - + diff --git a/python/aliasProvider/resources/intellij.python.community.aliasProvider.xml b/python/aliasProvider/resources/intellij.python.community.aliasProvider.xml index 27273acb82ac..9a33ef39d12f 100644 --- a/python/aliasProvider/resources/intellij.python.community.aliasProvider.xml +++ b/python/aliasProvider/resources/intellij.python.community.aliasProvider.xml @@ -1,4 +1,4 @@ - + diff --git a/python/pluginCore/resources/META-INF/plugin.xml b/python/pluginCore/resources/META-INF/plugin.xml index 7da1a05bbc01..41039350f13a 100644 --- a/python/pluginCore/resources/META-INF/plugin.xml +++ b/python/pluginCore/resources/META-INF/plugin.xml @@ -23,7 +23,7 @@ The Python plug-in provides smart editing for Python scripts. The feature set of - +