Introduce pycharm products-specific modules

GitOrigin-RevId: b4a10e19a9e93e51406c2aac6b353e87ad374ed1
This commit is contained in:
Alexander Zolotov
2019-09-26 23:08:28 +03:00
committed by intellij-monorepo-bot
parent 61ddf3b398
commit 82fdcc8c57
2 changed files with 3 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude">
<module value="com.intellij.modules.pycharm.community"/>
<xi:include href="/META-INF/pycharm-core.xml" xpointer="xpointer(/idea-plugin/*)"/>
<xi:include href="/META-INF/python-core-ide.xml" xpointer="xpointer(/idea-plugin/*)"/>

View File

@@ -1,6 +1,7 @@
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude">
<!-- Components and extensions declared in this file work ONLY in PyCharm, not in Python plugin.
Both Community and Professional editions. -->
<module value="com.intellij.modules.pycharm"/>
<xi:include href="/META-INF/IdeTipsAndTricks.xml" xpointer="xpointer(/idea-plugin/*)"/>
<xi:include href="/META-INF/PlatformLangXmlPlugin.xml" xpointer="xpointer(/idea-plugin/*)"/>