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 which have external usages (IJPL-207059)
For these content modules we have external plugins in the Marketplace which depends on them using 'dependencies.module' tag, so they should be public. 'jetbrains' namespace is used for them. GitOrigin-RevId: 8f73db20d8e2893792554e6b72ca5c15db9f7b27
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f2138f1e0d
commit
9f76822e9d
@@ -1,4 +1,4 @@
|
||||
<idea-plugin>
|
||||
<idea-plugin visibility="public">
|
||||
<extensionPoints>
|
||||
<extensionPoint qualifiedName="com.intellij.json.jsonLiteralChecker"
|
||||
interface="com.intellij.json.codeinsight.JsonLiteralChecker"
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
<idea-plugin>
|
||||
<idea-plugin visibility="public">
|
||||
<dependencies>
|
||||
<module name="intellij.libraries.skiko" />
|
||||
<module name="intellij.libraries.compose.runtime.desktop" />
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<!-- cannot use dependent-on-core="false" - kotlin stdlib is required -->
|
||||
<idea-plugin>
|
||||
<idea-plugin visibility="public">
|
||||
<dependencies>
|
||||
<module name="intellij.libraries.ktor.client"/>
|
||||
</dependencies>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<!-- cannot use dependent-on-core="false" - kotlin stdlib is required -->
|
||||
<idea-plugin>
|
||||
<idea-plugin visibility="public">
|
||||
<dependencies>
|
||||
<module name="intellij.libraries.kotlinx.io" />
|
||||
</dependencies>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
<idea-plugin>
|
||||
<idea-plugin visibility="public">
|
||||
</idea-plugin>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
<idea-plugin>
|
||||
<idea-plugin visibility="public">
|
||||
</idea-plugin>
|
||||
@@ -1,4 +1,4 @@
|
||||
<idea-plugin>
|
||||
<idea-plugin visibility="public">
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
<registryKey defaultValue="true"
|
||||
description="Allows changing how ComposePanel is rendered using rendering on Graphics (when `true`, it provides smooth Swing interop) or on native AWT texture (when `false`). Works only in internal mode"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<idea-plugin>
|
||||
<idea-plugin visibility="public">
|
||||
<dependencies>
|
||||
<module name="intellij.libraries.skiko"/>
|
||||
<module name="intellij.libraries.compose.foundation.desktop"/>
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
<idea-plugin>
|
||||
<idea-plugin visibility="public">
|
||||
<dependencies>
|
||||
<module name="intellij.libraries.skiko" />
|
||||
<module name="intellij.platform.jewel.foundation" />
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
<idea-plugin>
|
||||
<idea-plugin visibility="public">
|
||||
<dependencies>
|
||||
<module name="intellij.platform.jewel.ui" />
|
||||
<module name="intellij.platform.jewel.foundation" />
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
<idea-plugin>
|
||||
<idea-plugin visibility="public">
|
||||
<dependencies>
|
||||
<module name="intellij.platform.jewel.foundation"/>
|
||||
<module name="intellij.platform.jewel.ui"/>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<idea-plugin>
|
||||
<idea-plugin visibility="public">
|
||||
<dependencies>
|
||||
<module name="intellij.platform.jewel.foundation" />
|
||||
<module name="intellij.libraries.compose.foundation.desktop"/>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<idea-plugin package="com.intellij.platform.kernel.backend">
|
||||
<idea-plugin visibility="public" package="com.intellij.platform.kernel.backend">
|
||||
<dependencies>
|
||||
<!--<module name="intellij.platform.kernel"/>-->
|
||||
<module name="intellij.platform.kernel.impl"/>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<idea-plugin package="com.intellij.platform.rpc.backend">
|
||||
<idea-plugin visibility="public" package="com.intellij.platform.rpc.backend">
|
||||
<dependencies>
|
||||
<module name="intellij.platform.backend"/>
|
||||
<!--<module name="intellij.platform.rpc"/>-->
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<idea-plugin>
|
||||
<idea-plugin visibility="public">
|
||||
<dependencies>
|
||||
<module name="intellij.platform.vcs.impl"/>
|
||||
<module name="intellij.platform.vcs.impl.shared"/>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
<idea-plugin package="com.intellij.platform.frontend">
|
||||
<idea-plugin visibility="public" package="com.intellij.platform.frontend">
|
||||
</idea-plugin>
|
||||
|
||||
Reference in New Issue
Block a user