From 39434c40808930deabf58ec2e328e841b7946696 Mon Sep 17 00:00:00 2001 From: Alexander Zolotov Date: Mon, 28 Jan 2019 13:56:15 +0300 Subject: [PATCH] Get rid of idea-version tags in plugins xml Build scripts set proper values for bundled plugins and plugins for publishing. Still, it's possible to break the logic if explicit since-build value is not match \d+.\d+ pattern or if until-build is omitted. So it's better to get rid of it at all. --- platform/testGuiFramework/res/META-INF/plugin.xml | 2 -- plugins/ant/resources/META-INF/plugin.xml | 1 - plugins/java-decompiler/plugin/src/META-INF/plugin.xml | 2 -- plugins/stream-debugger/resources/META-INF/plugin.xml | 3 --- plugins/xslt-debugger/resources/META-INF/plugin.xml | 1 - python/python-rest/resources/META-INF/plugin.xml | 1 - 6 files changed, 10 deletions(-) diff --git a/platform/testGuiFramework/res/META-INF/plugin.xml b/platform/testGuiFramework/res/META-INF/plugin.xml index c112152970d8..e448998ad7b3 100644 --- a/platform/testGuiFramework/res/META-INF/plugin.xml +++ b/platform/testGuiFramework/res/META-INF/plugin.xml @@ -7,8 +7,6 @@ com.intellij.modules.lang This plugin helps testing IDEA and other plugins via GUI. - - diff --git a/plugins/ant/resources/META-INF/plugin.xml b/plugins/ant/resources/META-INF/plugin.xml index 47d63de7040d..764202d7d8bc 100644 --- a/plugins/ant/resources/META-INF/plugin.xml +++ b/plugins/ant/resources/META-INF/plugin.xml @@ -1,7 +1,6 @@ Ant Support AntSupport - Editing, maintaining and running Ant build scripts inside IntelliJ IDEA. JetBrains diff --git a/plugins/java-decompiler/plugin/src/META-INF/plugin.xml b/plugins/java-decompiler/plugin/src/META-INF/plugin.xml index b64e370c615b..566aba0d17b3 100644 --- a/plugins/java-decompiler/plugin/src/META-INF/plugin.xml +++ b/plugins/java-decompiler/plugin/src/META-INF/plugin.xml @@ -8,8 +8,6 @@ JetBrains - - com.intellij.modules.java messages.Decompiler diff --git a/plugins/stream-debugger/resources/META-INF/plugin.xml b/plugins/stream-debugger/resources/META-INF/plugin.xml index 1de4a6e12e87..94e7bec00a04 100644 --- a/plugins/stream-debugger/resources/META-INF/plugin.xml +++ b/plugins/stream-debugger/resources/META-INF/plugin.xml @@ -55,9 +55,6 @@ ]]> - - - diff --git a/plugins/xslt-debugger/resources/META-INF/plugin.xml b/plugins/xslt-debugger/resources/META-INF/plugin.xml index 94cb1c2b90bb..278c729dfc03 100644 --- a/plugins/xslt-debugger/resources/META-INF/plugin.xml +++ b/plugins/xslt-debugger/resources/META-INF/plugin.xml @@ -7,7 +7,6 @@ ]]> JetBrains - XPathView com.intellij.modules.xml diff --git a/python/python-rest/resources/META-INF/plugin.xml b/python/python-rest/resources/META-INF/plugin.xml index f6a7b8a28334..c4a9e19ab74f 100644 --- a/python/python-rest/resources/META-INF/plugin.xml +++ b/python/python-rest/resources/META-INF/plugin.xml @@ -2,7 +2,6 @@ Python ReStructureText Integration org.jetbrains.plugins.python-rest JetBrains - com.intellij.modules.python org.jetbrains.plugins.rest