mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-23 15:49:31 +07:00
22 lines
526 B
XML
22 lines
526 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="https://jetbrains.com">short</a>
|
|
]]>
|
|
</error></description>
|
|
|
|
<change-notes>
|
|
<![CDATA[
|
|
No minimum text length <a href="https://jetbrains.com">link</a>
|
|
]]>
|
|
</change-notes>
|
|
</idea-plugin>
|