Include dependecies in python community plugin.

This commit is contained in:
Dmitry Trofimov
2014-12-17 16:31:24 +01:00
parent 5d33fa807a
commit cd20c52c9e
@@ -24,6 +24,11 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
<xi:include href="/META-INF/python-core.xml" xpointer="xpointer(/idea-plugin/*)"/>
<xi:include href="/META-INF/python-plugin-core.xml" xpointer="xpointer(/idea-plugin/*)"/>
<!-- Two different versions of this file exist: one is used when building from sources (when auxiliary
plugins are loaded as separate plugins) and another is used for the real release build (when auxiliary
plugins are packed inside the Python plugin jar) -->
<xi:include href="/META-INF/python-plugin-dependencies.xml" xpointer="xpointer(/idea-plugin/*)"/>
<application-components>
<component>
<interface-class>com.jetbrains.python.console.PythonConsoleRunnerFactory</interface-class>