Commit 3d47ee29 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Added note about lib directory.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@881 b35dd754-fafc-0310-a699-88a17e54d16e
parent e56575ed
......@@ -196,6 +196,10 @@ plugin structure and JAR file. Put your plugin directories in the <tt>src/plugin
directory of the source distribution and then use <tt>ant plugins</tt> to
build your plugins.</p>
<p>Any JAR files your plugin needs during compilation should be put
into the <tt>lib</tt> directory. These JAR files will also be copied into
the plugin's generated <tt>lib</tt> directory as part of the build process.
<h2>Implementing Your Plugin</h2>
<p>Plugins have full access to the Jive Messenger API. This provides a tremendous
......
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