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

Bug 316193

Summary: Source feature in JET 1.1.0 RC3 contains no update site URL
Product: z_Archived Reporter: Paul Elder <pelder.eclipse>
Component: JetAssignee: Paul Elder <pelder.eclipse>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3 CC: pelder.eclipse
Version: unspecifiedFlags: pelder.eclipse: pmc_approved+
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Paul Elder CLA 2010-06-08 15:20:47 EDT
The feature.xml for the JET 1.1.0 RC3 source feature does not include an update site URL. 
The generated feature.xml currently has content:

<url>
</url>

The correct content should be:

   <url>
      <update url="http://www.eclipse.org/modeling/updates"/>
   </url>


This appears to be a problem with PDE build (which is ignoring the update site declaration in the main JET feature because it no longer has a label).

Fix is to add a label for the update site.

Will attach a link to PDE build, once it is created.
Comment 1 Paul Elder CLA 2010-06-09 08:19:24 EDT
Fixed in 1.1.0 RC4