blob: 5226f7803b403c9801ef013ab6aa74847040dad7 [file] [log] [blame]
<?php
if ($_SERVER["SERVER_NAME"] != "www.eclipse.org") {
header("Location: http://www.eclipse.org/modeling/m2t/updates/");
}
require_once ("../../includes/buildServer-common.php");
require($_SERVER["DOCUMENT_ROOT"] . "/modeling/includes/updates-common.php");
$PRS = array(
"Xpand" => "modeling/m2t/xpand"
);
$siteXMLs = array("Releases" => "releases/",
"Milestones" => "milestones/",
"Nightly" => "nightly/",
"Archive" => "archive/");
function notes()
{
}
update_manager("M2T", "Eclipse Modeling", $PRS, true, false, $siteXMLs);
?>