blob: d4ea819b56fa1cbcb99240a87f690c97d5c2ddd9 [file] [log] [blame]
<?php
if ($_SERVER["SERVER_NAME"] != "www.eclipse.org") {
header("Location: http://www.eclipse.org/modeling/m2m/updates/");
}
require_once ("../../includes/buildServer-common.php");
require($_SERVER["DOCUMENT_ROOT"] . "/modeling/includes/updates-common.php");
$PRS = array(
);
function notes()
{
}
update_manager("M2M", "Eclipse Modeling", $PRS, true);
?>