mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
GitOrigin-RevId: e93d9dcf1d871aed1afcbb8c36189dc1513db1eb
13 lines
241 B
XML
13 lines
241 B
XML
<idea-plugin>
|
|
|
|
<id>foo</id>
|
|
|
|
<extensionPoints>
|
|
<extensionPoint name="bar" interface="bar.MyExtension"/>
|
|
</extensionPoints>
|
|
|
|
<extensions defaultExtensionNs="foo">
|
|
<b<caret>ar/>
|
|
</extensions>
|
|
|
|
</idea-plugin> |