mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 08:45:34 +07:00
GitOrigin-RevId: b7a70c715b449a75f95bec11bab7990ee1e6e862
14 lines
574 B
XML
14 lines
574 B
XML
<!--suppress PluginXmlValidity -->
|
|
<idea-plugin>
|
|
<dependencies>
|
|
<module name="intellij.java.execution.impl.shared"/>
|
|
<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>
|