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

Bug 469676

Summary: CustomNodeLayoutExample and FisheyeLayoutExample should rather be Zest examples than Layout examples.
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: GEF LayoutAssignee: 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 CLA 2015-06-09 02:59:56 EDT
CustomNodeLayoutExample and FisheyeLayoutExample do not demonstrate layout specific aspects. They rather show how customizing of Zest can be done and should thus be moved to Zest examples.
Comment 1 Alexander Nyßen CLA 2015-06-09 04:38:11 EDT
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).
Comment 2 Alexander Nyßen CLA 2015-06-09 04:45:16 EDT
The same holds for the SimpleLayoutExample (which I commented as well in the wiki doc).
Comment 3 Alexander Nyßen CLA 2015-06-25 03:15:44 EDT
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.