mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 15:50:53 +07:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user