Changes between Version 10 and Version 11 of GROUP_PLUGIN_STRUCTURE_R0


Ignore:
Timestamp:
04/14/09 12:18:07 (16 years ago)
Author:
pav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_PLUGIN_STRUCTURE_R0

    v10 v11  
    4545  * Modules for the reader ends with .viewer and for the author - with .editor. (i.e. org.sophie2.extra.pdf.editor, org.sophie2.extra.pdf.viewer, etc..) 
    4646  * When you write module which provides specific functionality you have to add .func before its name.(For example org.sophie2.main.func.file, org.sophie2.main.func.config - functional modules are always with org.sophie2.main prefix) 
    47   * If you want to write a module which is not concrete implementation of base library or concrete functionality(and is not core logic or base library), name it with org.sophie2.main. prefix before the module name. 
     47  * If you want to write a module which is not concrete implementation of base library or concrete functionality(and is not core logic or base library), name it with org.sophie2.main. prefix before the module name. You can name an engine implementation using this rule(i.e org.sophie2.main.scene.vldocking). 
    4848  * Add .commons and .util suffices when needed so the first rule is respected. 
    4949  * Note: write in comments section for more ideas about naming convention.