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

Bug 496776

Summary: NEON target has wrong version for Eclipse SDK
Product: [Tools] GEF Reporter: Colin Sharples <ctg>
Component: RelEngAssignee: Alexander Nyßen <nyssen>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: nyssen
Version: 1.0.0   
Target Milestone: 4.1.0 (Neon.1) M1   
Hardware: PC   
OS: Windows NT   
Whiteboard:

Description Colin Sharples CLA 2016-06-25 19:08:19 EDT
I just checked out the GEF4 master branch to look at it in Neon, and couldn't load the NEON.target definition. This was due to the Eclipse SDK referring to the wrong version. The target definition had

<unit id="org.eclipse.sdk.ide" version="4.6.0.I20160525-2000"/>

whereas the published Neon version of the SDK should be:
<unit id="org.eclipse.sdk.ide" version="4.6.0.I20160606-1100"/>
Comment 1 Alexander Nyßen CLA 2016-06-27 16:03:28 EDT
I updated Neon.target to Eclipse SDK 4.6.0.I20160606-1100. Pushed changes to R_4_0_maintenance and master. Resolving as fixed in 4.1.0 M1.