mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +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>
|
<dependencies>
|
||||||
<plugin id="com.intellij.platform.images"/>
|
<plugin id="com.intellij.platform.images"/>
|
||||||
<module name="intellij.grid.core.impl"/>
|
<module name="intellij.grid.core.impl"/>
|
||||||
<module name="intellij.grid.csv.core.impl"/>
|
|
||||||
<module name="intellij.platform.navbar.frontend"/>
|
<module name="intellij.platform.navbar.frontend"/>
|
||||||
<module name="intellij.libraries.microba"/>
|
<module name="intellij.libraries.microba"/>
|
||||||
|
<module name="intellij.grid.impl"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<extensions defaultExtensionNs="com.intellij.database.datagrid">
|
<extensions defaultExtensionNs="com.intellij.database.datagrid">
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
<idea-plugin>
|
<idea-plugin>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<module name="intellij.grid.core.impl"/>
|
<module name="intellij.grid.core.impl"/>
|
||||||
<module name="intellij.grid.csv.core.impl"/>
|
|
||||||
<module name="intellij.platform.navbar.frontend"/>
|
<module name="intellij.platform.navbar.frontend"/>
|
||||||
<module name="intellij.libraries.microba"/>
|
<module name="intellij.libraries.microba"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|||||||
@@ -1,9 +1,10 @@
|
|||||||
<idea-plugin package="com.intellij.grid.json.impl">
|
<idea-plugin package="com.intellij.grid.json.impl">
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<plugin id="com.intellij.modules.json"/>
|
<plugin id="com.intellij.modules.json"/>
|
||||||
|
<module name="intellij.grid.impl"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<extensions defaultExtensionNs="com.intellij">
|
<extensions defaultExtensionNs="com.intellij">
|
||||||
<database.minimizedFormatDetector implementation="com.intellij.grid.json.impl.JsonMinimizedFormatDetector"/>
|
<database.minimizedFormatDetector implementation="com.intellij.grid.json.impl.JsonMinimizedFormatDetector"/>
|
||||||
</extensions>
|
</extensions>
|
||||||
</idea-plugin>
|
</idea-plugin>
|
||||||
|
|||||||
Reference in New Issue
Block a user