Changes between Version 2 and Version 3 of PLUGIN_EDITIONS_STRUCTURE


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PLUGIN_EDITIONS_STRUCTURE

    v2 v3  
    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. 
     12 * in the package are [source:/trunk/sophie2-platform/modules/org.sophie2.author/src/main/java/org/sophie2/author/Activator.java] and [source:/trunk/sophie2-platform/modules/org.sophie2.author/src/main/java/org/sophie2/author/FakeAuthorMain.java FakeAuthorMain] classes. [source:/trunk/sophie2-platform/modules/org.sophie2.author/src/main/java/org/sophie2/author/FakeAuthorMain.java FakeAuthorMain] starts our module registry for the modules and calls the old main method. 
    1313  * 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.