Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 316193 - Source feature in JET 1.1.0 RC3 contains no update site URL
Summary: Source feature in JET 1.1.0 RC3 contains no update site URL
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Jet (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Paul Elder CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-08 15:20 EDT by Paul Elder CLA
Modified: 2020-05-01 16:11 EDT (History)
1 user (show)

See Also:
pelder.eclipse: pmc_approved+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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