mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 06:44:20 +07:00
GitOrigin-RevId: 16d2dd5bac02c211e33168f6e334247526491911
8 lines
217 B
XML
8 lines
217 B
XML
<idea-plugin>
|
|
<actions>
|
|
<action class="MyAction" id="firstDeclaration" icon="AllIcons.Actions.AddFile"/>
|
|
</actions>
|
|
<actions>
|
|
<action class="MyAction" id="secondDeclaration"/>
|
|
</actions>
|
|
</idea-plugin> |