remove unused "news" section
diff --git a/news/checkReleaseExists.php b/news/checkReleaseExists.php
deleted file mode 100644
index 25f78a5..0000000
--- a/news/checkReleaseExists.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-require($_SERVER["DOCUMENT_ROOT"] . "/modeling/includes/buildServer-common.php");
-require($_SERVER["DOCUMENT_ROOT"] . "/modeling/includes/checkReleaseExists-common.php");
-?>
diff --git a/news/index.php b/news/index.php
deleted file mode 100644
index f5ae9c6..0000000
--- a/news/index.php
+++ /dev/null
@@ -1 +0,0 @@
-<?php header("Location: relnotes.php"); ?>
\ No newline at end of file
diff --git a/news/news.xml b/news/news.xml
deleted file mode 100644
index 79a64a2..0000000
--- a/news/news.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<doc>
-<news date="July 32, 2008" showOn="whatsnew">
-	New website features launched.
-</news>
-</doc>
diff --git a/news/relnotes.php b/news/relnotes.php
deleted file mode 100644
index bfab5b3..0000000
--- a/news/relnotes.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-require($_SERVER["DOCUMENT_ROOT"] . "/modeling/includes/buildServer-common.php");
-
-$pageTitle = "PHP Development Tools (PDT) - Release Notes";
-
-$streams = array(
-	"pdt" => array(
-		"2.0.x" => "HEAD",
-		"1.0.x" => "R1_0_5_20080723"
-	),
-);
-
-require ($_SERVER["DOCUMENT_ROOT"] . "/modeling/includes/relnotes-common.php");
-?>