Changes between Version 1 and Version 2 of PLUGIN_EDITIONS_STRUCTURE


Ignore:
Timestamp:
10/03/08 19:24:41 (17 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLUGIN_EDITIONS_STRUCTURE

    v1 v2  
    1010For now we have org.sophie2.author module for Sophie Author edition: 
    1111 * the dependencies for the module are in pom.xml file - dependencies section. 
    12  * in the package are Activator and FakeAuthorMain classes. FakeAuthorMain starts our module registry for the modules and calls the old main method. 
    13   * The Activator implements osgi BundleActivator and is for starting and stoping the author module. In our case this means starting and stoping the whole Author Application. 
     12 * in the package are Activator and !FakeAuthorMain classes. !FakeAuthorMain starts our module registry for the modules and calls the old main method. 
     13  * The Activator implements osgi !BundleActivator and is for starting and stoping the author module. In our case this means starting and stoping the whole Author Application.