[plugin model] use 'internal' visibility for content modules which are used from modules of other plugins (IJPL-207059)

These modules and their classes don't have external usages, so they shouldn't be made 'public' at least for now. The 'namespace' is also set to 'jetbrains' for plugins which contain such modules or modules which use them to allow 'internal' visibility to work.

GitOrigin-RevId: 198007e49320075dc27faadde6963e98332296a4
This commit is contained in:
Nikolay Chashnikov
2025-10-08 16:26:29 +02:00
committed by intellij-monorepo-bot
parent 04bc99d0cc
commit c3d006d45e
114 changed files with 114 additions and 114 deletions

View File

@@ -1,4 +1,4 @@
<idea-plugin>
<idea-plugin visibility="internal">
<!--For IU or IC-->
<dependencies>
<!-- Supports Java -->