mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 18:13:36 +07:00
11 lines
244 B
XML
11 lines
244 B
XML
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
|
|
<xi:include href="XIncludeWithActions.xml" xpointer="xpointer(/idea-plugin/*)"/>
|
|
|
|
<actions>
|
|
<group>
|
|
<action class="foo" id="bar"/>
|
|
</group>
|
|
</actions>
|
|
|
|
</idea-plugin> |