Community
Participate
Working Groups
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.
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
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.
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.
I have updated the documentation for version 0.9: http://wiki.eclipse.org/MoDisco/Components/Workflow/Documentation/0.9
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).
Refactoring done.