Changes between Version 14 and Version 15 of DevelopersGuide/DevelopingPlugins
- Timestamp:
- 2007-06-15T00:51:07+02:00 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DevelopingPlugins
v14 v15 69 69 You have to put some information into the manifest file of your jar. If you use ant, you can set these values within the build.xml file. 70 70 71 '''Plugin-Class''':: 72 Points to the main plugin file ('''required''')73 '''Plugin-Description''':: 74 Gives the description of the plugin visible in the preferences page. For line breaks, you have to use <br>, ''not'' <br/> (blame Swing ;). ('''required''')71 '''Plugin-Class *required*''':: 72 Points to the main plugin file 73 '''Plugin-Description *required*''':: 74 Gives the description of the plugin visible in the preferences page. For line breaks, you have to use <br>, ''not'' <br/> (blame Swing ;). 75 75 '''Plugin-Author''':: 76 76 An Email-Adress of the author of this plugin. This is used in the error report window, if an error is detected within the plugin code (there is a strange heuristic to guess whether an exception comes from a plugin).