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

GitOrigin-RevId: 171e81436798b898b8e09402fa911666d8034f14
This commit is contained in:
Nikolay Chashnikov
2025-10-13 18:09:54 +00:00
committed by intellij-monorepo-bot
parent 3279807fb9
commit 938d682fcb
3 changed files with 3 additions and 3 deletions
@@ -1,2 +1,2 @@
<idea-plugin>
<idea-plugin visibility="internal">
</idea-plugin>
@@ -1,2 +1,2 @@
<idea-plugin>
<idea-plugin visibility="internal">
</idea-plugin>
@@ -1,4 +1,4 @@
<idea-plugin>
<idea-plugin visibility="internal">
<dependencies>
<module name="intellij.platform.frontend"/>
<module name="intellij.platform.editor"/>