Plugin descriptors: remove deprecated attribute idea-plugin@version (IDEA-163694)

This commit is contained in:
Yann Cébron
2016-11-11 17:08:58 +01:00
parent 5028edd38c
commit 81d29f9bd5
87 changed files with 87 additions and 87 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<idea-plugin version="2">
<idea-plugin>
<extensions defaultExtensionNs="org.intellij.intelliLang">
<languageSupport implementation="com.jetbrains.python.intelliLang.PyLanguageInjectionSupport"/>
<injectionConfig config="resources/pyInjections.xml"/>

View File

@@ -1,4 +1,4 @@
<idea-plugin version="2" xmlns:xi="http://www.w3.org/2001/XInclude">
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude">
<name>Python IntelliLang</name>
<id>org.jetbrains.plugins.python-intelliLang</id>
<version>VERSION</version>