mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
Delete version tags from plugin.xml files
They don't make any sense since - they are not required for bundled plugins (com.intellij.ide.plugins.IdeaPluginDescriptorImpl#myVersion will be filled with IDE version) - they will be overwritten during the build for pluginsToPublish (org.jetbrains.intellij.build.impl.DistributionJARsBuilder#setPluginVersionAndSince) Still they may affect plugins loading mechanism, e.g. see https://youtrack.jetbrains.com/issue/GO-6741 or https://youtrack.jetbrains.com/issue/IDEA-188964
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<name>Python IntelliLang</name>
|
||||
<id>org.jetbrains.plugins.python-intelliLang</id>
|
||||
<version>VERSION</version>
|
||||
<description>This plugin enables language injections</description>
|
||||
<vendor>JetBrains</vendor>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user