blob: 89d6839310c800216311e27c3507b924b4d649ea [file] [log] [blame]
<?php
if ($_SERVER["SERVER_NAME"] != "www.eclipse.org") {
header("Location: http://www.eclipse.org/modeling/emft/updates/");
}
require($_SERVER["DOCUMENT_ROOT"] . "/modeling/includes/updates-common.php");
$PRS = array(
/* "EMF (Query, Validation, Transaction)" => "modeling/emf",
"MDT (EODM, OCL)" => "modeling/mdt",
"M2T (JET, JET Editor)" => "modeling/m2t"*/
"MWE" => "modeling/emft/mwe"
);
function notes()
{
/*print "<p><i style=\"color:red\"><b>NOTE:</b> Some EMFT projects have migrated to other " .
"Update Manager sites, so you'll have to use the new sites for newer releases.</i></p>\n"; */
}
update_manager("EMFT", "Eclipse Modeling", $PRS, true);
?>