mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 21:11:28 +07:00
performance scripts - hack for IDEA-209728 moved to clion plugin
preventing dependency cycle "clion -> performanceTesting -> java -> clion" GitOrigin-RevId: 6b0383023820cb67dc2182c1e54c3a1d026c1185
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5f8201336f
commit
b5679b4eb6
@@ -1,9 +0,0 @@
|
||||
<idea-plugin>
|
||||
<actions>
|
||||
<!-- todo: this is a temporary workaround to avoid duplicating actions in Build menu until IDEA-209728 is fixed -->
|
||||
<action id="CompileDirty" class="com.intellij.openapi.actionSystem.EmptyAction" overrides="true"/>
|
||||
<action id="MakeModule" class="com.intellij.openapi.actionSystem.EmptyAction" overrides="true"/>
|
||||
<action id="Compile" class="com.intellij.openapi.actionSystem.EmptyAction" overrides="true"/>
|
||||
<action id="CompileProject" class="com.intellij.openapi.actionSystem.EmptyAction" overrides="true"/>
|
||||
</actions>
|
||||
</idea-plugin>
|
||||
@@ -29,7 +29,6 @@
|
||||
<depends optional="true" config-file="profiler-java.xml">com.intellij.modules.profiler</depends>
|
||||
<depends optional="true" config-file="structuralsearch-java.xml">com.intellij.modules.structuralsearch</depends>
|
||||
<depends optional="true" config-file="RemoteServersJava.xml">com.intellij.modules.remoteServers</depends>
|
||||
<depends optional="true" config-file="JavaCMakeActionPatcher.xml">com.intellij.modules.clion.cmake</depends> <!-- a workaround for IDEA-209728 -->
|
||||
<depends optional="true" config-file="java-features-trainer.xml">training</depends>
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
|
||||
Reference in New Issue
Block a user