Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Eclipse Project Update Sites

Revision as of 21:47, 9 July 2015 by David williams.acm.org (Talk | contribs) (/* Simultaneous Release repositories - updated with Mars and Neon)

Eclipse build repositories

Eclipse Project builds are stored in p2 repositories that are produced as part of the Eclipse project build process. This page provides an overview of the different repositories maintained by the Eclipse project, and their corresponding location and retention policy. See also meaning of kinds of builds.

NOTE: Nightly builds are produced (nearly) every night from whatever has been released into the HEAD stream of the code repository. They are completely untested and will almost always have major problems. Because nightly builds are produced in a different way from integration builds, the nightly build repository should only be used in conjunction with nightly builds.

See the online help article Adding a new software site for instructions on how to add a new update site to your Eclipse installation.

Repository Repository URL Retention Policy
4.5 milestones (Mars)
stable builds, roughly 6 week intervals
http://download.eclipse.org/eclipse/updates/4.5milestones Retained until the release is available.
To save space on mirror servers for rarely requested downloads only about 2 of the most recent milestones will be kept on "downloads" server, older ones may be moved to "archives", temporarily, until formal release, when they are removed completely.
Note, all milestone builds and release candidates, except the last one, are removed approximately one week before a formal release date, to free up space on eclipse.org and mirror servers.
Integration builds toward 4.5
weekly builds, used by developers of SDK components
http://download.eclipse.org/eclipse/updates/4.5-I-builds I-builds are removed once a milestone is available, or earlier at the request of the development team.
Nightly builds toward 4.5
daily snapshots; not for production
http://download.eclipse.org/eclipse/updates/4.5-N-builds
Don't mix with non-N repositories!
Builds removed after a few days old.
Because nightly builds are produced in a different way from integration builds, the nightly build repository should only be used in conjunction with nightly builds.
Maintenance builds toward 4.4.x (Luna) http://download.eclipse.org/eclipse/updates/4.4-M-builds Builds removed after about a month old, or at the request of the development team
 
4.4.x releases (Luna) http://download.eclipse.org/eclipse/updates/4.4 Retained Indefinitely
4.3.x releases (Kepler) http://download.eclipse.org/eclipse/updates/4.3 Retained Indefinitely
4.2.x releases (Juno) http://download.eclipse.org/eclipse/updates/4.2 Retained Indefinitely
3.8.x releases (Juno) http://download.eclipse.org/eclipse/updates/3.8 Retained Indefinitely
3.7.x releases (Indigo) http://download.eclipse.org/eclipse/updates/3.7 Retained Indefinitely
3.6.x releases (Helios) http://download.eclipse.org/eclipse/updates/3.6 Retained Indefinitely
3.5.x releases (Galileo) http://download.eclipse.org/eclipse/updates/3.5 Retained Indefinitely
3.4.x releases (Ganymede) http://download.eclipse.org/eclipse/updates/3.4 Retained Indefinitely

Simultaneous Release repositories

Although not maintained by the Eclipse project, here are some repositories related to Eclipse Foundation simultaneous releases for reference:

Repository Repository URL Retention Policy
Maintenance http://download.eclipse.org/releases/maintenance/ Temporary staging area to test preliminary candidates for maintenance release
Future release http://download.eclipse.org/releases/staging/ Temporary staging area to test preliminary candidates for milestone builds
Neon http://download.eclipse.org/releases/neon/ Content updated every milestone, but eventually holds the Neon release indefinitely
Mars http://download.eclipse.org/releases/mars/ Holds the releases (initial and maintenance) indefinitely
Luna http://download.eclipse.org/releases/luna/ Holds the releases (initial and maintenance) indefinitely
Kepler http://download.eclipse.org/releases/kepler/ Holds the releases (initial and maintenance) indefinitely
Juno http://download.eclipse.org/releases/juno/ Holds the releases (initial and maintenance) indefinitely
Indigo http://download.eclipse.org/releases/indigo/ Holds the releases (initial and maintenance) indefinitely

Back to the top