mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
9 lines
393 B
XML
9 lines
393 B
XML
<idea-plugin package="com.intellij.java.performancePlugin">
|
|
<dependencies>
|
|
<module name="intellij.performanceTesting.vcs"/>
|
|
<plugin id="com.jetbrains.performancePlugin"/>
|
|
</dependencies>
|
|
<extensions defaultExtensionNs="com.jetbrains">
|
|
<performancePlugin.commandProvider implementation="com.intellij.java.performancePlugin.JavaCommandProvider"/>
|
|
</extensions>
|
|
</idea-plugin> |