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

Difference between revisions of "Orbit/Bundles"

(Bundles currently in Orbit: snapshots get out of date. Let's just have one list, on downloads pages)
(Migrated to GitHub)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{warning|Note: The contents of this page are retained for historical significance. Please see https://github.com/eclipse/orbit#readme for current information. }}
 +
 
== Bundles currently in Orbit ==
 
== Bundles currently in Orbit ==
  
 
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]]

Latest revision as of 12:42, 3 April 2023

Warning2.png
Note: The contents of this page are retained for historical significance. Please see https://github.com/eclipse/orbit#readme for current information.


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