mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-20 21:41:24 +07:00
[tracing-ide] plugin.xml: fix dependency declaration
GitOrigin-RevId: fe17d03aeefa0560b92e162f290db69723c33fb2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a523c385db
commit
1a4831d491
@@ -5,7 +5,10 @@
|
||||
<description>
|
||||
Infrastructure to conveniently gather tracing information from builds.
|
||||
</description>
|
||||
<depends optional="false">com.intellij.modules.java</depends>
|
||||
|
||||
<dependencies>
|
||||
<plugin id="com.intellij.java"/>
|
||||
</dependencies>
|
||||
|
||||
<actions>
|
||||
<action class="com.intellij.tracing.ide.ToggleBuildTracingAction" internal="true" id="toggle.tracing.action"/>
|
||||
|
||||
Reference in New Issue
Block a user