Changes between Version 12 and Version 13 of PLUGIN_MODULE_STRUCTURE_R0


Ignore:
Timestamp:
09/25/08 16:26:15 (17 years ago)
Author:
Tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLUGIN_MODULE_STRUCTURE_R0

    v12 v13  
    11= Analysis = 
    22== Overview == 
    3 The module structure must be worked out. There must be created one module with this structure. 
     3Here must be described the structure of the plug-in module. The module structure must be worked out. One module with this structure must be created as an example. 
     4 
    45== Task requirements == 
     6Requirements for the plug-in module structure: 
    57 
    68 * Each plug-in module should declare one or more extensions. They add functionality to extension points defined in other modules. 
     
    1012  * tests( unit, integration) 
    1113  * configuration files 
     14   * plugin.xml 
    1215  * build files 
    1316  * compiled code. 
     
    1922 
    2023== Task Result == 
    21  * The project in the repository must be one module which is made using the created structure. 
     24 * The project in the repository must be structured into one module which is created with the given structure. 
    2225 * Module structure documentation. 
    2326 
    2427== Implementation idea == 
    25  * Decompose to messy module separated in main and test parts which have source code and resource parts. 
     28 * Structure the repository into one module - messy module. 
    2629 
    2730== Related ==