blob: a60d3e3b88e4cbcc5d548a3dc2b1ebdd8d9af727 [file] [log] [blame]
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<title>eclipse communication framework dailies</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="default_style.css" type="text/css">
</head>
<body text="#000000" bgcolor="#ffffff" link="#0000ee" vlink="#551a8b" alink="#ff0000"><table width=100% BORDER=0 CELLPADDING=2 CELLSPACING=5 STYLE="page-break-before: always">
<h1>ECF Daily Downloads from HEAD</h1>
<div>
<p>
</p>
<?php
$files=file("filelist30.txt");
rsort($files);
foreach ($files as $file) {
echo '<tr> <td><p>
<a href="http://www.eclipse.org/downloads/download.php?file=/rt/ecf/3.5dailiesHEAD-zip/' . $file .'">' . $file .'</a>
</p></td></tr>';
}
?>
</div>
</body>
</html>