| Manager for loading plugins from zip files. The plugins directory is a directory under
the Wiki home directory (where the topic contents live) named "plugins". A plugin occupies
one zip file and needs to include a file named the same as the zip file but with
and "xml" file extension in the WEB-INF/classes directory.
So if the plugin file is called test.zip, then the included file
should be called test.xml.
The plugin zip is extracted directly to the wiki installation directory, so any class files
should be in the path WEB-INF/classes and any jars should be in WEB-INF/lib.
The plugin xml file can contain various entries that will cause mappings to be inserted in the
different mapping repositories.
|