Changes between Version 15 and Version 16 of DevelopersGuide/DevelopingPlugins


Ignore:
Timestamp:
2007-06-15T00:51:51+02:00 (18 years ago)
Author:
imi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DevelopingPlugins

    v15 v16  
    6969You 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.
    7070
    71  '''Plugin-Class *required*'''::
     71 '''Plugin-Class''' ''(required)''::
    7272   Points to the main plugin file
    73  '''Plugin-Description *required*'''::
     73 '''Plugin-Description''' ''(required)''::
    7474   Gives the description of the plugin visible in the preferences page. For line breaks, you have to use <br>, ''not'' <br/> (blame Swing ;).
    7575 '''Plugin-Author'''::