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

Bug 469261

Summary: org.eclipse.gef4.zest.examples.ui is missing dependencies
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: GEF ZestAssignee: gef-inbox <gef-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3    
Version: 0.1.0   
Target Milestone: 3.10.0 (Mars) RC4   
Hardware: All   
OS: All   
Whiteboard:

Description Alexander Nyßen CLA 2015-06-03 07:52:36 EDT
The underplayed JFace examples within org.eclipse.gef4.zest.examples.ui cannot be run as a Java application because of missing dependencies to:

- org.eclipse.osgi.services
- org.eclipse.e4.core.di
- org.eclipse.e4.model.workbench
- org.eclipse.e4.ui.workbench

We will need to add these dependencies to the example to get it going.
Comment 1 Alexander Nyßen CLA 2015-06-03 07:58:21 EDT
Added the missing dependencies. Pushed all changes to origin/master. 

Resolving as fixed in 3.10.0 RC4.