Previous versions of REM supported extensions by generating *-em.war
extension archives and installing them directly into the main rem.war
file.
If you have developed one of these types of extensions, it is still supported, but it is also quite straight forward to convert it into a plugin.
To convert your extension into a plugin:
1 |
Open your extension’s plugin.version=<Version of your plugin> plugin.description=<Short description of your plugin> For example: plugin.version=1.0 plugin.description=Example Element Manager Plugin |
---|---|
2 |
Open your extension’s
The |
3 |
Open your extension’s main
|
4 |
Open your extension’s
Your extension is now a REM Plugin. |
5 |
(Optional) If your main
For example:
|