| Summary: | [Discovery Workflow] refactoring | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Modeling] MoDisco | Reporter: | Fabien Giquel <fabien.giquel> | ||||
| Component: | Infrastructure | Assignee: | Nicolas Bros <nicolas.bros> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | hugo.bruneliere, modisco.web-inbox, nicolas.bros | ||||
| Version: | 0.9.0 | Flags: | nicolas.bros:
indigo+
|
||||
| Target Milestone: | 0.9.0 M6 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Fabien Giquel
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. |