mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
- java dependencies Space-RevId: 7d4700ee0761048bb85d3b0a9471b74511f62fc0 GitOrigin-RevId: 9f080945a3c7b361b89c6743ec07ef9163f3e017
12 lines
369 B
XML
12 lines
369 B
XML
<idea-plugin visibility="public">
|
|
<dependencies>
|
|
<module name="intellij.platform.core"/>
|
|
<module name="intellij.java.psi.impl"/>
|
|
<module name="intellij.platform.util.ui"/>
|
|
<module name="intellij.java.analysis.impl"/>
|
|
|
|
<module name="intellij.platform.backend"/>
|
|
<plugin id="com.intellij.modules.java-capable"/>
|
|
</dependencies>
|
|
</idea-plugin>
|