mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 16:36:56 +07:00
11 lines
271 B
XML
11 lines
271 B
XML
<idea-plugin>
|
|
|
|
<id>my.plugin</id>
|
|
<vendor>DevKit</vendor>
|
|
|
|
<extensionPoints>
|
|
<extensionPoint name="viaAttribute" beanClass="ExtensionDefinesWithAttributeViaAnnotation">
|
|
<with attribute="<caret>" />
|
|
</extensionPoint>
|
|
</extensionPoints>
|
|
</idea-plugin> |