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

Bug 457898

Summary: Make build of org.eclipse.gef4.mvc.examples.logo.web application more robust w.r.t. to jar versions.
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: GEF MVCAssignee: gef-inbox <gef-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 3.10.0 (Mars) RC1   
Hardware: All   
OS: All   
Whiteboard:

Description Alexander Nyßen CLA 2015-01-20 02:37:46 EST
The jnlp file used for web-starting the example, lists the required jars with their respective versions. Up to now, this has to be manually adjusted whenever the external target changes. We should make the build more robust by generating the dependency entries during the build execution.
Comment 1 Alexander Nyßen CLA 2015-05-16 11:33:59 EDT
Changed the mechanism to use maven dependency plugin to load bundles and strip of versions, so the jar names stay robust. 

Pushed changes to origin/master. Resolving as fixed in  3.10.0RC1.