Commit 68e570d9 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Updated doc to match code.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1343 b35dd754-fafc-0310-a699-88a17e54d16e
parent d794a727
...@@ -23,7 +23,7 @@ developer's guide for creating plugins. ...@@ -23,7 +23,7 @@ developer's guide for creating plugins.
<p> <p>
Plugins live in the <tt>plugins</tt> directory of <tt>messengerHome</tt>. When a plugin Plugins live in the <tt>plugins</tt> directory of <tt>messengerHome</tt>. When a plugin
is deployed as a JAR file, it is automatically expanded into a directory. The files in a is deployed as a JAR or WAR file, it is automatically expanded into a directory. The files in a
plugin directory are as follows: plugin directory are as follows:
</p> </p>
...@@ -34,7 +34,9 @@ plugin directory are as follows: ...@@ -34,7 +34,9 @@ plugin directory are as follows:
|- classes/ &lt;- Resources your plugin needs (i.e., a properties file) |- classes/ &lt;- Resources your plugin needs (i.e., a properties file)
|- lib/ &lt;- Libraries (JAR files) your plugin needs |- lib/ &lt;- Libraries (JAR files) your plugin needs
|- web &lt;- Resources for Admin Console integration. |- web &lt;- Resources for Admin Console integration.
|- web.xml |- WEB-INF/
|- web.xml &lt;- Generated web.xml containing compiled JSP entries.
|- web-custom.xml &lt;- User-defined web.xml for custom servlets.
|- images/ |- images/
</pre> </pre>
</fieldset> </fieldset>
...@@ -211,7 +213,7 @@ looks for plugin development directories in the following format: ...@@ -211,7 +213,7 @@ looks for plugin development directories in the following format:
|- *.jsp &lt;- JSPs your plugin uses for the admin console |- *.jsp &lt;- JSPs your plugin uses for the admin console
|- images/ &lt;- Any images your JSP pages need (optional) |- images/ &lt;- Any images your JSP pages need (optional)
|- WEB-INF |- WEB-INF
|- web.xml &lt;- optional file where custom servlets can be registered |- web.xml &lt;- Optional file where custom servlets can be registered
</pre> </pre>
</fieldset> </fieldset>
......
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