Changes between Version 14 and Version 15 of DevelopersGuide/DevelopingPlugins


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DevelopingPlugins

    v14 v15  
    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'''::
    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 ;).
    7575 '''Plugin-Author'''::
    7676   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).