mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
CPP-434 Split [python-community-plugin] into [python-community-core-plugin] and [python-community-java-plugin]
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user