mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
- java dependencies Space-RevId: 7d4700ee0761048bb85d3b0a9471b74511f62fc0 GitOrigin-RevId: 9f080945a3c7b361b89c6743ec07ef9163f3e017
18 lines
619 B
XML
18 lines
619 B
XML
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<dependencies>
|
|
<module name="intellij.platform.lang.core"/>
|
|
<module name="intellij.java"/>
|
|
<module name="intellij.java.ui"/>
|
|
<module name="intellij.platform.ide.impl"/>
|
|
<module name="intellij.platform.core"/>
|
|
<module name="intellij.platform.lang.impl"/>
|
|
<module name="intellij.xml.psi"/>
|
|
<module name="intellij.platform.analysis"/>
|
|
<plugin id="com.intellij.modules.idea.community"/>
|
|
|
|
<module name="intellij.platform.backend"/>
|
|
</dependencies>
|
|
|
|
<xi:include href="/META-INF/community-integration.xml"/>
|
|
</idea-plugin>
|