DBE-22700: Fix XML - IML misalignment for many modules in regards to grid dependencies

GitOrigin-RevId: 6bfd2d60815bec6759513c5dfb7eca16704170bb
This commit is contained in:
Ilya Muradyan
2025-02-05 15:27:17 +02:00
committed by intellij-monorepo-bot
parent 287af7be3d
commit 220b1ed2ea
3 changed files with 3 additions and 3 deletions

View File

@@ -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">

View File

@@ -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>

View File

@@ -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>