Changes between Version 1 and Version 2 of PLUGIN_MODULE_STRUCTURE_R0


Ignore:
Timestamp:
09/03/08 14:06:24 (17 years ago)
Author:
fire4o
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLUGIN_MODULE_STRUCTURE_R0

    v1 v2  
    1  * Specification 
    2 Each plug-in module should declare one or more extensions. They add functionality to extension points defined in other modules. Plug-ins may also declare extension points. These are places that allow adding functionality to the developed plug-in. Plug-ins must have source code, tests( unit, integration) and compiled code. They may also have resources and external libraries. Plug-ins should contain configuration files. 
     1 * Specification: 
     2  * Each plug-in module should declare one or more extensions. They add functionality to extension points defined in other modules. 
     3  * Plug-ins may also declare extension points. These are places that allow adding functionality to the developed plug-in.  
     4  * Plug-ins must have: 
     5   * source code 
     6   * tests( unit, integration) 
     7   * configuration files 
     8   * build files 
     9   * compiled code.  
     10  * They may also have: 
     11   * resources 
     12   * external libraries.