Changes between Version 24 and Version 25 of GROUP_PLUGINS_ENABLE_DISABLE_R0
- Timestamp:
- 06/01/09 18:21:09 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_PLUGINS_ENABLE_DISABLE_R0
v24 v25 73 73 * Only org.sophie2.core and org.sophie2.core.modularity have to be loaded as started modules by Felix. 74 74 * All the others modules should be started in core.modularity using the TrueModuleRegistry and the bundle context(all the bundles can be accessed by it and you can start(), stop() them). 75 * In func.config module, in PluginAboutPalette add two buttons with label "enable" and "disable" and implement their functionality(they will envoke the setEnabled/Disabled method in FakeModuleRegistry) 75 * In func.config module, in PluginAboutPalette add two buttons with label "enable" and "disable" and implement their functionality(they will envoke the setEnabled/Disabled method in FakeModuleRegistry). There will be listed the known modules and after each of them there has to be a status if it is running or not. This information is gathered from the bundles config file. 76 76 77 77 * The getDescription() methods of the modules have to be rewritten to give more information and be more clear to the user.