Internal OTI Mirror. Live external site is here. '; $serverName = $_SERVER["SERVER_NAME"]; } else { $warning = ''; } ?>
<your project>
downloads

latest downloads from the <your project>
Latest Downloads

On this page you can find the latest builds produced by the <your project>. To get started run the program and and go through the user and developer documentation provided in the online help system. If you have problems downloading the drops, contact the webmaster. All downloads are provided under the terms and conditions of the Eclipse.org Software User Agreement unless otherwise specified.

For information about different kinds of builds look here.

read()) { // Short cut because we know aDirectory only contains other directories. if ($anEntry != "." && $anEntry!="..") { $aDropDirectory = dir("drops/".$anEntry); $fileCount = 0; while ($aDropEntry = $aDropDirectory->read()) { if ((stristr($aDropEntry, ".tar.gz"))||(stristr($aDropEntry, ".zip"))) { // Count the files in the directory $fileCount = $fileCount + 1; } } $aDropDirectory.closedir(); // Read the count file $countFile = "drops/".$anEntry."/files.count"; $indexFile = "drops/".$anEntry."/index.html"; if (file_exists($countFile) && file_exists($indexFile)) { $anArray = file($countFile); // If a match - process the directory if ($anArray[0] == $fileCount) { $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; } } } } } } // $aDirectory.closedir(); ?>
"; $parts = explode("-", $fileName); // Uncomment the line below if we need click through licenses. // echo ""; // Comment the line below if we need click through licenses. echo ""; echo ""; echo ""; } ?>
Build TypeBuild NameBuild Date
$value$parts[1]$parts[1]$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. echo ""; echo ""; } } echo "
Build Name Build Date
$parts[1]$parts[1]$timeStamps[$innerValue]
 "; } ?>