Eclipse Flux Downloads
latest downloads from the Eclipse Flux project

Latest Downloads

Flux downloads coming soon...

All downloads are provided under the terms and conditions of the Eclipse Foundation Software User Agreement unless otherwise specified.

Other eclipse.org project downloads are available here.

read()) { // Short cut because we know aDirectory only contains other directories. if ($anEntry != "." && $anEntry!=".." && $anEntry!="TIME" && $anEntry!="promote.sh") { $parts = explode("-", $anEntry); if (count($parts) == 3) { $buckets[$parts[0]][] = $anEntry; $timePart = $parts[2]; $year = substr($timePart, 0, 4); $month = substr($timePart, 4, 2); $day = substr($timePart, 6, 2); $hour = substr($timePart,8,2); $minute = substr($timePart,10,2); $timeStamp = mktime($hour, $minute, 0, $month, $day, $year); $timeStamps[$anEntry] = date("D, j M Y -- H:i (O)", $timeStamp); if (! isset($latestTimeStamp) || ! isset($latestTimeStamp[$parts[0]]) || $timeStamp > $latestTimeStamp[$parts[0]]) { $latestTimeStamp[$parts[0]] = $timeStamp; $latestFile[$parts[0]] = $anEntry; } } if (count($parts) == 2) { $buildType=substr($parts[0],0,1); $buckets[$buildType][] = $anEntry; $datePart = substr($parts[0],1); $timePart = $parts[1]; $year = substr($datePart, 0, 4); $month = substr($datePart, 4, 2); $day = substr($datePart, 6, 2); $hour = substr($timePart,0,2); $minute = substr($timePart,2,2); $timeStamp = mktime($hour, $minute, 0, $month, $day, $year); $timeStamps[$anEntry] = date("D, j M Y -- H:i (O)", $timeStamp); if (! isset($latestTimeStamp) || ! isset($latestTimeStamp[$buildType]) || $timeStamp > $latestTimeStamp[$buildType]) { $latestTimeStamp[$buildType] = $timeStamp; $latestFile[$buildType] = $anEntry; } } if (count($parts) == 1) { $buildType=substr($parts[0],0,1); $buckets[$buildType][] = $anEntry; $datePart = substr($parts[0],1, 8); $timePart = substr($parts[0],9,12); $year = substr($datePart, 0, 4); $month = substr($datePart, 4, 2); $day = substr($datePart, 6, 2); $hour = substr($timePart,0,2); $minute = substr($timePart,2,2); $timeStamp = mktime($hour, $minute, 0, $month, $day, $year); $timeStamps[$anEntry] = date("D, j M Y -- H:i (O)", $timeStamp); if (! isset($latestTimeStamp) || ! isset($latestTimeStamp[$buildType]) || $timeStamp > $latestTimeStamp[$buildType]) { $latestTimeStamp[$buildType] = $timeStamp; $latestFile[$buildType] = $anEntry; } } } } ?>
"; $parts = explode("-", $fileName); // Uncomment the line below if we need click through licenses. // echo ""; // Comment the line below if we need click through licenses. if (count($parts)==3) echo ""; if (count($parts)==2 || count($parts)==1) echo ""; echo ""; echo ""; } } ?>
Build TypeBuild NameBuild Date
$value$parts[1]$parts[1]$fileName$timeStamps[$fileName]
  $value"; echo "s "; if (array_key_exists($prefix, $buckets)) { $aBucket = $buckets[$prefix]; if (isset($aBucket)) { rsort($aBucket); foreach($aBucket as $innerValue) { $parts = explode("-", $innerValue); echo ""; // Uncomment the line below if we need click through licenses. // echo ""; // Comment the line below if we need click through licenses. if (count ($parts)==3) echo ""; if (count($parts)==2 || count($parts)==1) echo ""; echo ""; } } } echo "
Build Name Build Date
$parts[1]$parts[1]$innerValue$timeStamps[$innerValue]
 "; } ?>