mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
[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:
committed by
intellij-monorepo-bot
parent
2d669c5fc9
commit
8efb6f09a2
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user