mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 01:43:57 +07:00
- java backend GitOrigin-RevId: fce68683d12e29cf35b179f848704dbe074f4d76
15 lines
624 B
XML
15 lines
624 B
XML
<!--suppress PluginXmlValidity -->
|
|
<idea-plugin>
|
|
<dependencies>
|
|
<module name="intellij.java.execution.impl.shared"/>
|
|
<module name="intellij.java.execution.impl"/>
|
|
<module name="intellij.platform.backend"/>
|
|
<module name="intellij.platform.kernel.backend"/>
|
|
</dependencies>
|
|
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<postStartupActivity implementation="com.intellij.java.execution.impl.backend.JavaAutoRunTrackerActivity"/>
|
|
<platform.rpc.backend.remoteApiProvider implementation="com.intellij.java.execution.impl.backend.JavaTestDiscoveryRemoteApiProvider"/>
|
|
</extensions>
|
|
</idea-plugin>
|