blob: 4183a016820a18a17905eebeea531d3d839f3220 [file] [log] [blame]
<?php
$oldrels = array(
//"2.0.2" => array("2008/02/25 02:00","http://archive.eclipse.org/modeling/gmf/gmf/downloads/drops/R-2.0.2-200802250200"),
"2.0.1" => array("2007/09/28 00:00","http://archive.eclipse.org/modeling/gmf/gmf/downloads/drops/R-2.0.1-200709280000"),
"2.0.0" => array("2007/06/21 00:00","http://archive.eclipse.org/modeling/gmf/gmf/downloads/drops/R-2.0-200706210000"),
//"1.0.3" => array("2007/02/09 19:00","http://archive.eclipse.org/modeling/gmf/gmf/downloads/drops/R-1.0.3-200702091900"),
"1.0.2" => array("2006/10/27 12:00","http://archive.eclipse.org/modeling/gmf/gmf/downloads/drops/R-1.0.2-200610271200"),
"1.0.1" => array("2006/09/26 11:00","http://archive.eclipse.org/modeling/gmf/gmf/downloads/drops/R-1.0.1-200609261100"),
"1.0.0" => array("2006/06/27 12:00","http://archive.eclipse.org/modeling/gmf/gmf/downloads/drops/R-1.0-200606271200"),
);
function showNotes()
{
?>
<div class="homeitem3col">
<h3>Questions?</h3>
<p>Looking for the <a href="http://download.eclipse.org/modeling/gmf/downloads/index-old.php">old downloads page</a>?</p>
<p>If you have problems downloading the drops, contact the <a href="mailto:webmaster@eclipse.org">webmaster</a>.</p>
<p>All downloads are provided under the terms and conditions of the <a href="http://www.eclipse.org/legal/epl/notice.html">Eclipse Foundation Software User Agreement</a> unless otherwise specified.</p>
</div>
<?php
}
?>