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:
Dmitry Semeniouta
2021-01-20 16:59:10 +03:00
committed by intellij-monorepo-bot
parent 5f8201336f
commit b5679b4eb6
2 changed files with 0 additions and 10 deletions

View File

@@ -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>

View File

@@ -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">