README.txt 654 B

123456789101112131415161718
  1. The expected structure is as follows: the given plugins root folder,
  2. containing the plugins folder. One plugin folder contains all
  3. resources (jar files) belonging to a plugin. The name of the plugin
  4. folder becomes the plugin id. For example:
  5. plugins/ (root folder)
  6. |------------plugin-a/ (folder of plugin a)
  7. | |-plugin-a-1.jar
  8. | |-plugin-a-2.jar
  9. | |-...
  10. | |-(the jars containing the classes of plugin a)
  11. |
  12. |------------plugin-b/
  13. | |-plugin-b-1.jar
  14. | |-...
  15. ...
  16. Read more in the documentation about how to create a plugin.