Bug 433019 - Work is needed for Eclipse Corner Articles

Signed-off-by: Christopher Guindon <chris.guindon@eclipse.org>
diff --git a/_projectCommon.php b/_projectCommon.php
index afbfd97..aa064a4 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -2,9 +2,9 @@
 
 	# Set the theme for your project's web pages.
 	# See the Committer Tools "How Do I" for list of themes
-	# https://dev.eclipse.org/committers/ 
+	# https://dev.eclipse.org/committers/
 	$theme = "Nova";
-
+  $App->setOutDated('2014-03-01');
 	# Define your project-wide Nav bars here.
 	# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
 	$Nav->addNavSeparator("Articles", "index.php");