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.
This commit is contained in:
Alexander Zolotov
2019-01-28 13:56:15 +03:00
parent 3964695005
commit 39434c4080
6 changed files with 0 additions and 10 deletions

View File

@@ -2,7 +2,6 @@
<name>Python ReStructureText Integration</name>
<id>org.jetbrains.plugins.python-rest</id>
<vendor>JetBrains</vendor>
<idea-version since-build="130.1"/>
<depends>com.intellij.modules.python</depends>
<depends>org.jetbrains.plugins.rest</depends>