Changes between Version 5 and Version 6 of PLUGIN_SUPPORT_LIB_BASE_R1


Ignore:
Timestamp:
01/19/09 17:21:11 (16 years ago)
Author:
pav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLUGIN_SUPPORT_LIB_BASE_R1

    v5 v6  
    3838 * When you create new Sophie module, first of all you should create instance of the module and get() method for getting it. The template is here: 
    3939[source:/trunk/sophie2-platform/dev-tools/eclipse_templates/module_templates/module_instance.xml] 
    40  *  
     40 
     41 * For the resource API 
     42  * Create class in core.modularity which will represents the resource API. 
     43  * It have to: 
     44   * give resources for reading 
     45   * give resources for modifying them 
     46  * The  
    4147 
    4248