Changes between Version 3 and Version 4 of PLUGIN_EDITIONS_STRUCTURE
- Timestamp:
- 10/03/08 19:26:44 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLUGIN_EDITIONS_STRUCTURE
v3 v4 10 10 For now we have org.sophie2.author module for Sophie Author edition: 11 11 * the dependencies for the module are in pom.xml file - dependencies section. 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.12 * in the package are [source:/trunk/sophie2-platform/modules/org.sophie2.author/src/main/java/org/sophie2/author/Activator.java Activator] 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. 13 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.