Community
Participate
Working Groups
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.
Fixed in 1.1.0 RC4