Changes between Version 42 and Version 43 of DevelopersGuide/DevelopingPlugins


Ignore:
Timestamp:
Jan 13, 2010 2:33:37 PM (3 years ago)
Author:
stoecker
Comment:

Typo

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DevelopingPlugins

    v42 v43  
    7171 * choose a short plugin name {{{apluginame}}} 
    7272 * declare a unique Java package {{{foo.bar.apluginame}}} 
    73  * implmeent a plugin main class {{{foo.bar.apluginame.APluginName}}}  
     73 * implement a plugin main class {{{foo.bar.apluginame.APluginName}}}  
    7474 
    7575=== The plugin interface ===