mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 01:09:46 +07:00
9 lines
201 B
XML
9 lines
201 B
XML
<idea-plugin>
|
|
<id>test.plugin</id>
|
|
<name>Test Plugin</name>
|
|
<version>1.0</version>
|
|
|
|
<actions>
|
|
<action id="xxx.MyAction" class="xxx.MyAction" text="Something"/>
|
|
</actions>
|
|
</idea-plugin> |