mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 04:21:24 +07:00
16 lines
465 B
XML
16 lines
465 B
XML
<idea-plugin>
|
|
<id>com.intellij.myPlugin</id>
|
|
<extensionPoints>
|
|
<extensionPoint name="foo.bar"/>
|
|
</extensionPoints>
|
|
|
|
<depends>com.intellij.custom</depends>
|
|
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<myPlugin.foo.bar/>
|
|
<completion.contributor/>
|
|
<custom.custom/>
|
|
<indirect.indirect/>
|
|
<<error descr="Element custom.error is not allowed here">custom.error</error>/>
|
|
</extensions>
|
|
</idea-plugin> |