mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[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:
committed by
intellij-monorepo-bot
parent
3a8344fcad
commit
04bc99d0cc
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user