mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
DBE-22700: Fix XML - IML misalignment for many modules in regards to grid dependencies
GitOrigin-RevId: 6bfd2d60815bec6759513c5dfb7eca16704170bb
This commit is contained in:
committed by
intellij-monorepo-bot
parent
287af7be3d
commit
220b1ed2ea
@@ -2,9 +2,9 @@
|
||||
<dependencies>
|
||||
<plugin id="com.intellij.platform.images"/>
|
||||
<module name="intellij.grid.core.impl"/>
|
||||
<module name="intellij.grid.csv.core.impl"/>
|
||||
<module name="intellij.platform.navbar.frontend"/>
|
||||
<module name="intellij.libraries.microba"/>
|
||||
<module name="intellij.grid.impl"/>
|
||||
</dependencies>
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij.database.datagrid">
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<idea-plugin>
|
||||
<dependencies>
|
||||
<module name="intellij.grid.core.impl"/>
|
||||
<module name="intellij.grid.csv.core.impl"/>
|
||||
<module name="intellij.platform.navbar.frontend"/>
|
||||
<module name="intellij.libraries.microba"/>
|
||||
</dependencies>
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
<idea-plugin package="com.intellij.grid.json.impl">
|
||||
<dependencies>
|
||||
<plugin id="com.intellij.modules.json"/>
|
||||
<module name="intellij.grid.impl"/>
|
||||
</dependencies>
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
<database.minimizedFormatDetector implementation="com.intellij.grid.json.impl.JsonMinimizedFormatDetector"/>
|
||||
</extensions>
|
||||
</idea-plugin>
|
||||
</idea-plugin>
|
||||
|
||||
Reference in New Issue
Block a user