Removes vendor logo

Vendor logo is no longer used and including it in the xml produces a lint warning.
This commit is contained in:
Art Beatte IV 2017-09-21 10:37:33 -07:00 committed by GitHub
parent 34ad34a409
commit f55973d8e3

View File

@ -29,10 +29,8 @@ The following is a sample plugin configuration file. This sample showcases and d
<!-- The vendor of the plugin.
The optional "url" attribute specifies the URL of the vendor homepage.
The optional "email" attribute specifies the e-mail address of the vendor.
The optional "logo" attribute specifies the path within the plugin JAR
to a 16x16 icon to be displayed next to the plugin name in the welcome screen. -->
<vendor url="http://www.jetbrains.com" email="support@jetbrains.com" logo="icons/plugin.png">Foo Inc.</vendor>
The optional "email" attribute specifies the e-mail address of the vendor.-->
<vendor url="http://www.jetbrains.com" email="support@jetbrains.com"</vendor>
<!-- The unique identifiers of the plugins on which this plugin depends. -->
<depends>MyFirstPlugin</depends>