-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up examples repository on github and add examples to OSATE #1016
Comments
Here is a proposed design for addressing this issue
This plugin will leverage existing Eclipse extension points to advertise examples, here is a snippet of
From the UI, the user may simply go to As opposed to the previous approach, we directly import projects instead of selecting files or directories. The benefit is that it is a no code approach. We can define as many "project wizard" as required to bundle them as chapters, e.g "EMV2 examples", "FACE examples", etc. Note that this is the approach used by Sirius, see https://github.com/pcdavid/org.eclipse.sirius/tree/master/plugins/org.eclipse.sirius.samples.family It has been tested and works well. A more sophisticated variant used by EMF is the following
I am not convinced we need this level of sophistication, as it duplicates effort and scatters examples outside of an eclipse plugin. This would makes the testing more complex (see #418) |
There are various models that should probably be removed.
The text was updated successfully, but these errors were encountered: