| Summary: | CustomNodeLayoutExample and FisheyeLayoutExample should rather be Zest examples than Layout examples. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF Layout | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 0.1.0 | ||
| Target Milestone: | 3.10.1 (Mars SR1) M1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
I commented out the documentation of both examples within https://wiki.eclipse.org/GEF/GEF4/Layout/Examples (so we can move that with the sources). The same holds for the SimpleLayoutExample (which I commented as well in the wiki doc). Applied the following changes to the code base, pushed to origin/master: - Moved o.e.gef4.layout.examples.CustomNodeLayoutExample to o.e.gef4.zest.examples.CustomNodeExample. - Moved o.e.gef4.layout.examples.FisheyeLayoutExample to o.e.gef4.zest.examples.FisheyeExample. - Moved o.e.gef4.layout.examples.SimpleLayoutExample to o.e.gef4.zest.examples.SimpleExample. - Added package import for com.google.inject.binder to o.e.gef4.zest.examples - Increased bundle versions of o.e.gef4.layout.examples and o.e.gef4.zest.examples to 0.1.1. - Increased featuure version of o.e.gef4.zest.examples-feature to 0.1.1. Updated the wiki documentation accordingly. Resolving as fixed in 3.10.1 M1. |