blob: ae456b8eb16ce0f25ea4e98ffe4b38b525d61643 [file] [log] [blame]
<?php
require_once ("../../includes/buildServer-common.php");
$pageTitle = "Eclipse Modeling - GMF - Release Notes";
$streams = array(
"gmf" => array(
"2.1.x" => "HEAD",
"2.0.x" => "R2_0_maintenance",
"1.0.x" => "R1_0_maintenance",
),
);
require ($_SERVER["DOCUMENT_ROOT"] . "/modeling/includes/relnotes-common.php");
?>