mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-12 13:07:01 +07:00
22 lines
838 B
XML
22 lines
838 B
XML
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
|
|
<id>foo</id>
|
|
<vendor>JetBrains</vendor>
|
|
<version>1.0</version>
|
|
|
|
<xi:include href="/META-INF/pluginWithXInclude-extensionPointsWithModule.xml"/>
|
|
<extensionPoints>
|
|
<extensionPoint name="bar" interface="java.util.List"/>
|
|
<xi:include href="/META-INF/pluginWithXInclude-extensionPoints.xml"/>
|
|
</extensionPoints>
|
|
|
|
<extensions defaultExtensionNs="foo">
|
|
|
|
<bar implementation="java.util.ArrayList"/>
|
|
<extensionX/>
|
|
<extension2/>
|
|
<<error descr="Cannot resolve extension point 'foo.extensionUnknown' in dependencies (Reference: Plugin Dependencies)">extensionUnknown</error>/>
|
|
</extensions>
|
|
|
|
<xi:include href="<error descr="Cannot resolve file 'INVALID_VALUE.xml'">INVALID_VALUE.xml</error>"/>
|
|
</idea-plugin> |