From 9ad64512e3ca231a1c55de019c57d8b11158798d Mon Sep 17 00:00:00 2001 From: Nikita Katkov Date: Wed, 25 Sep 2024 20:54:21 +0200 Subject: [PATCH] [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 --- json/resources/META-INF/plugin.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/json/resources/META-INF/plugin.xml b/json/resources/META-INF/plugin.xml index 567ff249116f..cc00f9a814b5 100644 --- a/json/resources/META-INF/plugin.xml +++ b/json/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + JSON