From 0db74a6dc3f2b96f9a1e23097b1aed4d435582db Mon Sep 17 00:00:00 2001 From: Nikolay Chashnikov Date: Wed, 23 Aug 2023 15:50:25 +0200 Subject: [PATCH] [build scripts] cleanup: don't specify the URL of the default plugin repository in *ApplicationInfo.xml files explicitly (IJPL-204) GitOrigin-RevId: 91182733bba342492fd3f49eb8dc59853c202639 --- community-resources/resources/idea/IdeaApplicationInfo.xml | 2 -- .../src/idea/PlatformLangXmlApplicationInfo.xml | 1 - python/ideCoreSrc/idea/PyCharmCoreApplicationInfo.xml | 1 - 3 files changed, 4 deletions(-) diff --git a/community-resources/resources/idea/IdeaApplicationInfo.xml b/community-resources/resources/idea/IdeaApplicationInfo.xml index a3ac80db57dc..fc08542070a6 100644 --- a/community-resources/resources/idea/IdeaApplicationInfo.xml +++ b/community-resources/resources/idea/IdeaApplicationInfo.xml @@ -10,7 +10,5 @@ com.intellij.java com.intellij.java.ide - - diff --git a/platform/platform-resources/src/idea/PlatformLangXmlApplicationInfo.xml b/platform/platform-resources/src/idea/PlatformLangXmlApplicationInfo.xml index e533cc55fe09..17bf454ad7e1 100644 --- a/platform/platform-resources/src/idea/PlatformLangXmlApplicationInfo.xml +++ b/platform/platform-resources/src/idea/PlatformLangXmlApplicationInfo.xml @@ -7,7 +7,6 @@ - diff --git a/python/ideCoreSrc/idea/PyCharmCoreApplicationInfo.xml b/python/ideCoreSrc/idea/PyCharmCoreApplicationInfo.xml index 8bf152856ee9..ca4c3349dfef 100644 --- a/python/ideCoreSrc/idea/PyCharmCoreApplicationInfo.xml +++ b/python/ideCoreSrc/idea/PyCharmCoreApplicationInfo.xml @@ -12,7 +12,6 @@ PythonCore com.jetbrains.pycharm.community.customization -