make python depends on IntelliLang as all others plugins do (IDEA-127778)

This commit is contained in:
Anna Kozlova
2014-07-25 20:30:11 +02:00
parent cdbb9e4236
commit c8b9be70fe
2 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
<idea-plugin version="2" 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>
<depends>org.intellij.intelliLang</depends>
<xi:include href="/META-INF/intellilang-python-support.xml" xpointer="xpointer(/idea-plugin/*)"/>
<extensions defaultExtensionNs="com.intellij">
<errorHandler implementation="com.intellij.diagnostic.ITNReporter"/>
</extensions>
</idea-plugin>