CPP-434 Split [python-community-plugin] into [python-community-core-plugin] and [python-community-java-plugin]

This commit is contained in:
Alexey Utkin
2015-12-11 13:30:18 +03:00
parent 432fe065e6
commit c5c832c994
39 changed files with 47 additions and 22 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
<vendor url="https://www.jetbrains.com/pycharm/">JetBrains</vendor>
<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/*)"/>
<xi:include href="/META-INF/python-community-plugin-core.xml" xpointer="xpointer(/idea-plugin/*)"/>
<xi:include href="/META-INF/python-community-plugin-java.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
@@ -0,0 +1,10 @@
<idea-plugin>
<!-- This version of python-plugin-dependencies.xml is used when running IntelliJ IDEA with
Python plugin from sources. In this configuration, all auxiliary modules (python-javascript-debugger,
python-localization etc.) are loaded as separate plugins, so they mustnt' be loaded again as
parts of the Python plugin.
The version of python-plugin-dependencies.xml used in production builds can be found under the
'build' directory.
-->
</idea-plugin>