[plugin model] use internal visibility for content modules which are used from test plugins (IJPL-206556)

Currently, we don't have a special 'visible for testing' variant of the visibility modifier, so we need to mark such modules as internal to avoid errors after the visibility checks are enabled at runtime.

Reviewed in IJ-MR-180677.

GitOrigin-RevId: 1dcff728cc567e0c9c4055285b279402b7e5e030
This commit is contained in:
Nikolay Chashnikov
2025-11-04 10:12:54 +00:00
committed by intellij-monorepo-bot
parent 1f625254bb
commit 9888c763e4
5 changed files with 5 additions and 5 deletions
@@ -1,4 +1,4 @@
<idea-plugin>
<idea-plugin visibility="internal">
<dependencies>
<module name="intellij.python.community"/>
<module name="intellij.python.psi.impl"/>
@@ -1,4 +1,4 @@
<idea-plugin>
<idea-plugin visibility="internal">
<dependencies>
<module name="intellij.python.community.execService.python"/>
<module name="intellij.python.community"/>
@@ -1,4 +1,4 @@
<idea-plugin>
<idea-plugin visibility="internal">
<dependencies>
<module name="intellij.python.community"/>
<module name="intellij.python.psi.impl"/>