mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
22 lines
578 B
XML
22 lines
578 B
XML
<idea-plugin>
|
|
<id>test</id>
|
|
<vendor>JetBrains</vendor>
|
|
<version>1.0</version>
|
|
|
|
<<error descr="Value must not be empty">name</error>></name>
|
|
|
|
<module value=<error descr="Value must not be empty">""</error>/>
|
|
|
|
<description><error descr="Value must have minimum length of 40">
|
|
<![CDATA[
|
|
Not enough text <a href="http://jetbrains.com">short</a>
|
|
]]>
|
|
</error></description>
|
|
|
|
<change-notes><error descr="Value must have minimum length of 40">
|
|
<![CDATA[
|
|
Not enough text <a href="http://jetbrains.com">short</a>
|
|
]]>
|
|
</error></change-notes>
|
|
</idea-plugin>
|