blob: 320314947571e513c36db0086f77f2e9c3753caf [file] [log] [blame]
<?php
if ($_SERVER["SERVER_NAME"] != "www.eclipse.org") {
header("Location: http://www.eclipse.org/modeling/tmf/updates/");
}
require_once ("../../includes/buildServer-common.php");
require($_SERVER["DOCUMENT_ROOT"] . "/modeling/tmf/updates/updates-common.php");
$PRS = array(
"Xtext" => "modeling/tmf/xtext"
);
$siteXMLs = array("Releases" => "composite/releases/",
"Milestones" => "composite/milestones/",
"Nightly" => "composite/nightly/",
"Latest" => "composite/latest/");
$MP_id = 1073;
function notes()
{
}
update_manager("TMF", "Eclipse Modeling", $PRS, false, true, $siteXMLs, $MP_id);
?>