Changes between Version 15 and Version 16 of DevelopersGuide/DevelopingPlugins
- Timestamp:
- 2007-06-15T00:51:51+02:00 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DevelopingPlugins
v15 v16 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 *required*'''::71 '''Plugin-Class''' ''(required)'':: 72 72 Points to the main plugin file 73 '''Plugin-Description *required*'''::73 '''Plugin-Description''' ''(required)'':: 74 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'''::