Split DevKit into modules + related changes and fixes

This commit is contained in:
Yaroslav Pankratyev
2018-04-03 19:35:17 +07:00
parent eba8fe5b96
commit 3f3eeec926
660 changed files with 274 additions and 134 deletions

View File

@@ -0,0 +1,13 @@
<idea-plugin>
<id>com.intellij</id>
<name>IDEA CORE</name>
<module value="com.intellij.modules.platform"/>
<module value="com.intellij.modules.lang"/>
<module value="com.intellij.modules.vcs"/>
<module value="com.intellij.modules.xdebugger"/>
<module value="com.intellij.modules.xml"/>
<module value="com.intellij.modules.java"/>
<module value="com.intellij.modules.all"/>
</idea-plugin>