mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 23:31:05 +07:00
Rename all modules in IntelliJ IDEA sources to ensure that they follow a consistent naming scheme. Update references in code and comments.
11 lines
520 B
XML
11 lines
520 B
XML
<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 (intellij.python.javascript.debugger,
|
|
intellij.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>
|