Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'mdt/news/relnotes.php')
-rw-r--r--mdt/news/relnotes.php29
1 files changed, 0 insertions, 29 deletions
diff --git a/mdt/news/relnotes.php b/mdt/news/relnotes.php
deleted file mode 100644
index f2a0d363..00000000
--- a/mdt/news/relnotes.php
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php
-require_once ("../../includes/buildServer-common.php");
-
-$pageTitle = "Eclipse Modeling - MDT - Release Notes";
-
-$streams = array(
- "xsd" => array(
- "2.4.x" => "HEAD",
- "2.3.x" => "R2_3_maintenance",
- "2.2.x" => "R2_2_maintenance",
- "2.1.x" => "R2_1_maintenance",
- "2.0.x" => "R2_0_maintenance"
- ),
- "ocl" => array(
- "1.2.x" => "HEAD",
- "1.1.x" => "R1_1_maintenance",
- "1.0.x" => "R1_0_maintenance"
- ),
- "uml2" => array(
- "2.2.x" => "HEAD",
- "2.1.x" => "R2_1_maintenance",
- "2.0.x" => "R2_0_maintenance",
- "1.1.x" => "",
- "1.0.x" => ""
- )
-);
-
-require ($_SERVER["DOCUMENT_ROOT"] . "/modeling/includes/relnotes-common.php");
-?>

Back to the top