Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 337402

Summary: [Discovery Workflow] refactoring
Product: [Modeling] MoDisco Reporter: Fabien Giquel <fabien.giquel>
Component: InfrastructureAssignee: Nicolas Bros <nicolas.bros>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: hugo.bruneliere, modisco.web-inbox, nicolas.bros
Version: 0.9.0Flags: nicolas.bros: indigo+
Target Milestone: 0.9.0 M6   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
new plugin : org.eclipse.modisco.workflow.mwe none

Description Fabien Giquel CLA 2011-02-17 04:22:48 EST
There are some required update actions on Discovery Workflow :
- documentation need to be updated.
- some code seems to bu useless now (Driver interface and associated ep ?)

Those actions will need to precised.
Comment 1 Nicolas Bros CLA 2011-02-22 09:52:27 EST
additionally, org.eclipse.gmt.modisco.workflow needs to be split into:
- org.eclipse.modisco.workflow for the model
- org.eclipse.modisco.workflow.core for the non-UI code
- org.eclipse.modisco.workflow.generation for the Acceleo generator that creates a discoverer plug-in
- org.eclipse.modisco.workflow.ui for the UI code
Comment 2 Nicolas Bros CLA 2011-02-22 12:57:10 EST
I have refactored org.eclipse.gmt.modisco.workflow into the 4 plug-ins mentioned in the previous comment, removed the unused "driver" extension point and associated classes and interfaces, and cleaned up the code.

Committed revision 3969.
Comment 3 Nicolas Bros CLA 2011-02-23 08:31:26 EST
Created attachment 189596 [details]
new plugin : org.eclipse.modisco.workflow.mwe

I Committed in revision 3990 a new plug-in : org.eclipse.modisco.workflow.mwe
corresponding to the refactored org.eclipse.gmt.modisco.workflow.mwe.
Comment 4 Nicolas Bros CLA 2011-02-23 10:02:56 EST
I have updated the documentation for version 0.9:
http://wiki.eclipse.org/MoDisco/Components/Workflow/Documentation/0.9
Comment 5 Nicolas Bros CLA 2011-04-27 11:32:57 EDT
Comment on attachment 189596 [details]
new plugin : org.eclipse.modisco.workflow.mwe

Note: this attachment doesn't need an iplog+ because MWE was removed from MoDisco (see Bug 340674).
Comment 6 Hugo Bruneliere CLA 2011-08-18 07:50:42 EDT
Refactoring done.