mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 01:09:46 +07:00
17 lines
808 B
XML
17 lines
808 B
XML
<idea-plugin>
|
|
<id>test</id>
|
|
<vendor
|
|
url="<error descr="Do not use template text 'http://www.yourcompany.com'">http://www.yourcompany.com</error>"
|
|
email="<error descr="Do not use template text 'support@yourcompany.com'">support@yourcompany.com</error>"
|
|
><error descr="Do not use template text 'YourCompany'">YourCompany</error></vendor>
|
|
<version>1.0</version>
|
|
|
|
<name><error descr="Must not contain template text 'plugin'">Something with PlUgIn</error></name>
|
|
|
|
<description><error descr="Must not contain template text 'Enter short description for your plugin here.'"><error descr="Must not contain template text 'most HTML tags may be used'">
|
|
Enter short description for your plugin here. Some more text.
|
|
most HTML tags may be used
|
|
</error></error></description>
|
|
|
|
</idea-plugin>
|