Eclipse Project 4.x Stream downloads
latest downloads from the eclipse project
Latest Downloads

On this page you can find the latest builds produced by the Eclipse Project. To get started run the program and go through the user and developer documentation provided in the online help system. If you have problems downloading the drops, contact the webmaster. If you have problems installing or getting the workbench to run, check out the Eclipse Project FAQ, or try posting a question to the newsgroup. All downloads are provided under the terms and conditions of the Eclipse Foundation Software User Agreement unless otherwise specified.

Eclipse 3.x downloads are here and other eclipse.org project downloads are available here.

read()) { // Short cut because we know aDirectory only contains other directories. if ($anEntry != "." && $anEntry!=".." && $anEntry!="TIME") { $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 ($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 ($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) echo ""; echo ""; echo ""; } ?>
Build TypeBuild NameBuild Date
$value$parts[1]$parts[1]$fileName$timeStamps[$fileName]
  $value"; echo "s "; $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) echo ""; echo ""; } } echo "
Build Name Build Date
$parts[1]$parts[1]$innerValue$timeStamps[$innerValue]
 "; } ?>