[json] IJ-CR-144628 Redistribute split module inside end-user plugin jars

If we could specify custom path for required content modules, we could include json.split into the monolith intellij.json plugin as well.

Currently we have to keep it in a separate jar to satisfy the test. It seems to make litle sense since no other plugin in monolith ide depends on json.split.

GitOrigin-RevId: 77362ce4de0957d941844003d69593c273269a68
This commit is contained in:
Nikita Katkov
2024-09-25 20:54:21 +02:00
committed by intellij-monorepo-bot
parent d22ae766f6
commit 9ad64512e3

View File

@@ -1,4 +1,4 @@
<idea-plugin>
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude">
<!-- No package, there are two top level packages available :( -->
<name>JSON</name>
<!-- The plugin id is intentionally kept equal to its main module id
@@ -16,9 +16,7 @@
<plugin id="com.intellij.modules.lang"/>
</dependencies>
<content>
<module name="intellij.json.split" loading="required"/>
</content>
<xi:include href="/intellij.json.split.xml" xpointer="xpointer(/idea-plugin/*)"/>
<actions resource-bundle="messages.JsonBundle">
<action id="JsonCopyPointer" class="com.intellij.json.editor.JsonCopyPointerAction">