Changes between Version 12 and Version 13 of PLUGIN_MODULE_STRUCTURE_R0
- Timestamp:
- 09/25/08 16:26:15 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLUGIN_MODULE_STRUCTURE_R0
v12 v13 1 1 = Analysis = 2 2 == Overview == 3 The module structure must be worked out. There must be created one module with this structure. 3 Here 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 4 5 == Task requirements == 6 Requirements for the plug-in module structure: 5 7 6 8 * Each plug-in module should declare one or more extensions. They add functionality to extension points defined in other modules. … … 10 12 * tests( unit, integration) 11 13 * configuration files 14 * plugin.xml 12 15 * build files 13 16 * compiled code. … … 19 22 20 23 == Task Result == 21 * The project in the repository must be one module which is made using the createdstructure.24 * The project in the repository must be structured into one module which is created with the given structure. 22 25 * Module structure documentation. 23 26 24 27 == 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. 26 29 27 30 == Related ==