Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
Eclipse Build Available RSS Schema
Latest XML Schema for the Eclipse.org RSS feeds for announcing available builds consists of two files:
- Atom 1.0 spec, enhanced to include a build feed in its
<summary/>
: atom10_build.xsd - The
<build/>
node's addition to the above schema, including restrictive vocabulary for status codes and ids: build.xsd
From these two files you can easily generate an EMF editor to quickly validate your feed document against the latest spec. For details, see generating an EMF editor from XML Schema.