Commit db9014ce authored by Matt Tucker's avatar Matt Tucker Committed by matt

"icon_" should be "logo_"

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10951 b35dd754-fafc-0310-a699-88a17e54d16e
parent 8fcdf321
......@@ -44,8 +44,8 @@ plugin directory are as follows:
|- plugin.xml <- Plugin definition file
|- readme.html <- Optional readme file for plugin, which will be displayed to end users
|- changelog.html <- Optional changelog file for plugin, which will be displayed to end users
|- icon_small.gif <- Optional small (16x16) icon associated with the plugin (can also be a .png file)
|- icon_large.gif <- Optional large (32x32) icon associated with the plugin (can also be a .png file)
|- logo_small.gif <- Optional small (16x16) icon associated with the plugin (can also be a .png file)
|- logo_large.gif <- Optional large (32x32) icon associated with the plugin (can also be a .png file)
|- classes/ <- Resources your plugin needs (i.e., a properties file)
|- database/ <- Optional database schema files that your plugin needs
|- i18n/ <- Optional i18n files to allow for internationalization of plugins.
......@@ -155,8 +155,8 @@ end-users (all placed in the main plugin directory):
<li><tt>readme.html</tt> -- Optional readme file for plugin, which will be displayed to end users.</li>
<li><tt>changelog.html</tt> -- Optional changelog file for plugin, which will be displayed to end users.</li>
<li><tt>icon_small.png</tt> -- Optional small (16x16) icon associated with the plugin. It can also be a .gif file.</li>
<li><tt>icon_large.png</tt> -- Optional large (32x32) icon associated with the plugin. It can also be a .gif file.</li>
<li><tt>logo_small.png</tt> -- Optional small (16x16) icon associated with the plugin. It can also be a .gif file.</li>
<li><tt>logo_large.png</tt> -- Optional large (32x32) icon associated with the plugin. It can also be a .gif file.</li>
</ul>
<p>Your plugin class must be implement the
......@@ -374,8 +374,8 @@ looks for plugin development directories in the following format:
|- plugin.xml &lt;- Plugin definition file
|- readme.html &lt;- Optional readme file for plugin
|- changelog.html &lt;- Optional changelog file for plugin
|- icon_small.gif &lt;- Optional small (16x16) icon associated with the plugin (can also be a .png file)
|- icon_large.gif &lt;- Optional large (32x32) icon associated with the plugin (can also be a .png file)
|- logo_small.gif &lt;- Optional small (16x16) icon associated with the plugin (can also be a .png file)
|- logo_large.gif &lt;- Optional large (32x32) icon associated with the plugin (can also be a .png file)
|- classes/ &lt;- Resources your plugin needs (i.e., a properties file)
|- lib/ &lt;- Libraries your plugin needs
|- src/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment