Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'm2m/updates/index.php')
-rw-r--r--m2m/updates/index.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/m2m/updates/index.php b/m2m/updates/index.php
deleted file mode 100644
index d4ea819b..00000000
--- a/m2m/updates/index.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-if ($_SERVER["SERVER_NAME"] != "www.eclipse.org") {
- header("Location: http://www.eclipse.org/modeling/m2m/updates/");
-}
-require_once ("../../includes/buildServer-common.php");
-require($_SERVER["DOCUMENT_ROOT"] . "/modeling/includes/updates-common.php");
-
-$PRS = array(
-);
-
-function notes()
-{
-}
-
-update_manager("M2M", "Eclipse Modeling", $PRS, true);
-?>

Back to the top