[remote-dev]: ship rd components as impl modules to all IDE's

GitOrigin-RevId: 07441b19ba9a2fc066e5454b18b52be028125616
This commit is contained in:
Edem Ibraimov
2025-05-16 09:02:07 +03:00
committed by intellij-monorepo-bot
parent f75ab0210a
commit 658ab5d084
2 changed files with 6 additions and 0 deletions

View File

@@ -19,6 +19,9 @@
<module name="intellij.ide.startup.importSettings"/>
<module name="intellij.idea.customization.base"/>
<module name="intellij.platform.tips"/>
<module name="intellij.rd.ide.model.generated"/>
<module name="intellij.rd.platform"/>
<module name="intellij.rd.ui"/>
</content>
<xi:include href="/META-INF/common-ide-modules.xml"/>

View File

@@ -10,6 +10,9 @@
<module name="intellij.platform.ide.newUiOnboarding"/>
<module name="intellij.ide.startup.importSettings"/>
<module name="intellij.platform.tips"/>
<module name="intellij.rd.ide.model.generated"/>
<module name="intellij.rd.platform"/>
<module name="intellij.rd.ui"/>
</content>
<xi:include href="/META-INF/common-ide-modules.xml"/>