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

Difference between revisions of "Orbit/Bundles"

(Bundles currently in Orbit: snapshots get out of date. Let's just have one list, on downloads pages)
(One intermediate revision by one other user not shown)
Line 2: Line 2:
  
 
For the bundles available in a given build and links to download them, see the [http://download.eclipse.org/tools/orbit/downloads/ Orbit download pages].
 
For the bundles available in a given build and links to download them, see the [http://download.eclipse.org/tools/orbit/downloads/ Orbit download pages].
 
== How To Update ==
 
 
* Go into the latest Orbit build folder on dev.eclipse.org, eg.,
 
 
  {{codeblock|<nowiki>  cd ~/downloads/tools/orbit/downloads/drops/S20080209163815/</nowiki>}}
 
 
* Run this script
 
 
  {{codeblock|<nowiki>  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>";</nowiki>}}
 
 
* Paste output into this document.
 
  
 
== See Also ==
 
== See Also ==
  
Looking for the old list? It's been moved [[Orbit Bundles/2007|here]].
+
Looking for the old list? It's been moved [[Orbit Bundles/2008|here]].
  
 
[[Category:Orbit]]
 
[[Category:Orbit]]

Revision as of 15:28, 22 December 2010

Bundles currently in Orbit

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

See Also

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

Back to the top