mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
9 lines
216 B
XML
9 lines
216 B
XML
<idea-plugin>
|
|
<id>com.intellij.yyy</id>
|
|
|
|
<extensionPoints>
|
|
<extensionPoint name="myExtension"/>
|
|
</extensionPoints>
|
|
|
|
<depends optional="true" config-file="dep.xml">com.intellij.xxx</depends>
|
|
</idea-plugin> |