Changes between Version 23 and Version 24 of PLUGIN_DECOMPOSITION_R0


Ignore:
Timestamp:
10/04/08 15:17:44 (16 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLUGIN_DECOMPOSITION_R0

    v23 v24  
    2020 * decompose the project in three modules (now we have only messy module which is not plug-in) 
    2121  * base 
    22   * core 
    23   * messy 
     22  * core  
     23  * messy  
    2424 * see componentDiagram.vpp (Revision 17) 
    2525 * see work breakdown structure file 
     
    2929= Implementation =  
    3030 * The project was decomposed in six modules: 
    31   * author 
    32   * base   
    33   * core 
    34   * messy 
    35   * base.dialogs 
    36   * core.modularity 
     31  * author - module dependencies: messy 
     32  * base -  module dependencies: core 
     33  * core -  module dependencies: none 
     34  * messy - module dependencies: core, base, base.dialogs 
     35  * base.dialogs - module dependencies: core, core.modularity 
     36  * core.modularity - dependencies: core 
    3737 * We decide to use Felix(OSGi implementation) instead of JPF because the difficulties during integration of the source with JPF. That's why the implementation has differences with the design phase. See http://felix.apache.org/site/documentation.html for more info. 
    3838 * The project has fake launch now which don't run the plug-in framework.