Skip to main content

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.

Jump to: navigation, search

Orbit/Bundles

< Orbit
Revision as of 10:28, 19 April 2010 by Unnamed Poltroon (Talk) (Bundles currently in Orbit: snapshots get out of date. Let's just have one list, on downloads pages)

Bundles currently in Orbit

For the bundles available in a given build and links to download them, see the Orbit download pages.

How To Update

  • Go into the latest Orbit build folder on dev.eclipse.org, eg.,
  cd ~/downloads/tools/orbit/downloads/drops/S20080209163815/
  • Run this script
  echo ""; echo "<table border='1'>"; echo "<tr><th>Bundle</th><th>Version</th></tr>"; \
  cat *.map | perl -pe "s/.+bundles\/(.+)\.(jar|zip,unpack=true)/\1/g" | sort | \
  uniq | perl -pe "s/_(\d+)/\t\1/g" | perl -pe "s#(.+)\t(.+)#<tr><td>\1</td><td>\2</td></tr>#" | \
  perl -pe "s#\!\*\*\* This file was created on (.+)#<tr><th colspan='2'>Updated \1</th></tr>#"; \
  echo "</table>";
  • Paste output into this document.

See Also

Looking for the old list? It's been moved here.

Back to the top