Commit 71163d00 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Minor tweaks.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1714 b35dd754-fafc-0310-a699-88a17e54d16e
parent 0879759f
...@@ -92,8 +92,8 @@ file might look like the following: ...@@ -92,8 +92,8 @@ file might look like the following:
to run the plugin (supported by Jive Messenger 2.1.2 and later). If the to run the plugin (supported by Jive Messenger 2.1.2 and later). If the
server version is less than the required value, the plugin will not be started.</li> server version is less than the required value, the plugin will not be started.</li>
<li>parentPlugin -- the name of the parent plugin (given as "foo" for the "foo.jar" plugin). <li>parentPlugin -- the name of the parent plugin (given as "foo" for the "foo.jar" plugin).
When a plugin has a parent plugin, the parent plugin's classloader will be used instead When a plugin has a parent plugin, the parent plugin's class loader will be used instead
of creating a new classloader. This lets plugins work together more closely. A of creating a new class loader. This lets plugins work together more closely. A
child plugin will not function without its parent present.</li> child plugin will not function without its parent present.</li>
</ul></p> </ul></p>
......
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