[json + remdev] IJPL-176240 Move plugin.xml to the root module and register content modules and dependencies in it

GitOrigin-RevId: e30dafebac00722e06165e021dc06cadebe40a9f
This commit is contained in:
Nikita Katkov
2025-03-13 16:42:20 +01:00
committed by intellij-monorepo-bot
parent 2d669c5fc9
commit 8efb6f09a2
3 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
<idea-plugin>
<dependencies>
<module name="intellij.json.split"/>
<module name="intellij.platform.backend"/>
<module name="intellij.json"/>
</dependencies>
<actions resource-bundle="messages.JsonBundle">

View File

@@ -17,7 +17,7 @@
<content>
<module name="intellij.json.frontend.split"/>
<module name="intellij.json" loading="required"/>
<module name="intellij.json" loading="embedded"/>
<module name="intellij.json.backend"/>
</content>
</idea-plugin>