Changes between Version 9 and Version 10 of GROUP_PLUGIN_STRUCTURE_R0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_PLUGIN_STRUCTURE_R0

    v9 v10  
    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   * When you create module which is concrete implementation of a base library, name it like the base module but with main except the base word.(org.sophie2.base.media -> org.sophie2.main.media) 
    4847  * 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. 
    4948  * Add .commons and .util suffices when needed so the first rule is respected.