mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
[json] IJPL-159354 Specify explicit dependencies on JSON plugin in DevKit plugin
GitOrigin-RevId: 46ed11245bb2dddde870dc993d1dba7f2724a8ac
This commit is contained in:
committed by
intellij-monorepo-bot
parent
28caf94688
commit
8c6ed6f7ee
@@ -1,4 +1,8 @@
|
||||
<idea-plugin package="com.intellij.internal.statistic.devkit">
|
||||
<dependencies>
|
||||
<plugin id="com.intellij.modules.json"/>
|
||||
</dependencies>
|
||||
|
||||
<resource-bundle>messages.ActionsBundle</resource-bundle>
|
||||
<actions>
|
||||
<group id="FeatureUsage.Internal" popup="true" internal="true" compact="true">
|
||||
|
||||
@@ -11,7 +11,4 @@
|
||||
<module name="intellij.kotlin.dev"/>
|
||||
<module name="intellij.platform.statistics.devkit"/>
|
||||
</content>
|
||||
<dependencies>
|
||||
<plugin id="com.intellij.modules.json"/>
|
||||
</dependencies>
|
||||
</idea-plugin>
|
||||
|
||||
Reference in New Issue
Block a user