Changes between Version 5 and Version 6 of PLUGIN_SUPPORT_LIB_BASE_R1
- Timestamp:
- 01/19/09 17:21:11 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLUGIN_SUPPORT_LIB_BASE_R1
v5 v6 38 38 * 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: 39 39 [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 41 47 42 48