Changes between Version 4 and Version 5 of Migration_of_MSPlugins
- Timestamp:
- 11/07/2016 09:59:09 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Migration_of_MSPlugins
v4 v5 8 8 * '''org.grits.toolbox.datamodel.ms.annotation.glycan.report''' - no changes 9 9 * '''org.grits.toolbox.importer.ms''' - migrated commands/handlers to E4 (moved from plugin.xml -> fragment.4xmi) 10 - an essential step: before you open the part for the newly created entry, the selection needs to be set to the newly created entry 11 {{{ 12 // post will not work because of synchronization 13 // the selection needs to change before we try to open the part! 14 eventBroker.send(IGritsDataModelService.EVENT_SELECT_ENTRY, newMSEntry); 15 gritsUIService.openEntryInPart(newMSEntry); 16 }}} 10 17 * '''org.grits.toolbox.importer.ms.annotation.glycan.simiansearch''' - migrated commands/handlers to E4 (moved from plugin.xml -> fragment.4xmi) 11 18 * '''org.grits.toolbox.io.ms.annotation''' - changed the Activator (do not extend AbstractUIPlugin)