Changes between Version 18 and Version 19 of DevelopersGuide/DevelopingPlugins
- Timestamp:
- 2007-07-19T14:56:22+02:00 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DevelopingPlugins
v18 v19 80 80 '''Plugin-Stage''':: 81 81 An number of the order relative to other plugins, when the plugin is loaded. Smaller numbers gets loaded first, so if you have conflicts with other plugins, you can increase or decrease this number to get some control on the loading order. Defaults to 50. 82 '''Plugin-Version''':: 83 Just mapped to the string PluginInformation.version. Use this as example to pass versioning informations to other plugins. 82 84 '''Class-Path''':: 83 An space-seperated list of additional classpaths your plugin wants to use when looking for ressources and classes. The plugin itself is added automatically. Don't forget to provide the additional jar's as well, if you add dependencies here. 85 An space-seperated list of additional classpaths your plugin wants to use when looking for ressources and classes. The plugin itself is added automatically. Don't forget to provide the additional jar's as well, if you add dependencies here. Note that all loaded plugins are in the class-path automatically, so don't specify plugin-dependencies here. 84 86 85 87