ES: move externalSystem API to the core plugin distribution IDEA-187832

GitOrigin-RevId: 0e4f9e6d8d7fa2f0d70d464c5f70ab71a8f5bb92
This commit is contained in:
Vladislav.Soroka
2019-06-11 15:58:55 +03:00
committed by intellij-monorepo-bot
parent 0be0267383
commit a9fa8abc1e
6 changed files with 8 additions and 18 deletions

View File

@@ -1,6 +1,4 @@
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude" use-idea-classloader="true">
<!-- we need to use the platform classloader to make the plugin compatible with CLion until IDEA-187832 is fixed,
see cidr-external-system/resources/META-INF/plugin.xml for details -->
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude">
<id>com.intellij.java</id>
<name>Java</name>
<description>Java language support.</description>