[plugin model] use 'public' visibility for content modules representing different application modes (IJPL-207059)

These modules are supposed to be used as dependencies from modules of remote dev plugins.

GitOrigin-RevId: fc5c85ce8f1ae465db0468a3ac0c5c383ec6929e
This commit is contained in:
Nikolay Chashnikov
2025-10-08 18:39:06 +00:00
committed by intellij-monorepo-bot
parent 3a8344fcad
commit 04bc99d0cc
2 changed files with 2 additions and 2 deletions
@@ -1,2 +1,2 @@
<idea-plugin>
<idea-plugin visibility="public">
</idea-plugin>
@@ -1,4 +1,4 @@
<idea-plugin>
<idea-plugin visibility="public">
<dependencies>
<module name="intellij.platform.frontend"/>
<module name="intellij.platform.backend"/>