From 9ab7236e563c4ebd37c3cfc4cc1318a5f830f630 Mon Sep 17 00:00:00 2001 From: Nikolay Chashnikov Date: Fri, 7 Feb 2025 12:36:03 +0100 Subject: [PATCH] [json] extract explicit main module from plugin.xml for JSON plugin (IJPL-176240) This is an auxiliary commit to keep history of the file. IJPL-176240 GitOrigin-RevId: 9e26820ce423ded82d605ad4669ca7943684a815 --- json/resources/{META-INF/plugin.xml => intellij.json.xml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename json/resources/{META-INF/plugin.xml => intellij.json.xml} (100%) diff --git a/json/resources/META-INF/plugin.xml b/json/resources/intellij.json.xml similarity index 100% rename from json/resources/META-INF/plugin.xml rename to json/resources/intellij.json.xml