[plugin model] use 'public' visibility for content modules which classes are used from external plugins (IJPL-207059)

153 modules which contain classes used from external plugins from the Marketplace are marked as public. This is needed to ensure that it'll be possible to use that API after converting code from these external plugins to content modules.

GitOrigin-RevId: dc48e8970041fddd3bf50d280711e95ce9e9ad9b
This commit is contained in:
Nikolay Chashnikov
2025-10-08 15:22:19 +02:00
committed by intellij-monorepo-bot
parent 298b608ee6
commit 3a8344fcad
84 changed files with 84 additions and 84 deletions

View File

@@ -1,4 +1,4 @@
<idea-plugin>
<idea-plugin visibility="public">
<extensions defaultExtensionNs="com.intellij">
<fileType name="Python"
language="Python"