blob: 40d2858408c98cc5059263e3617dfc59ffd042a6 [file] [log] [blame]
<?php require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); include($App->getProjectCommon()); # All on the same line to unclutter the user's desktop'
#*****************************************************************************
#
# projects.php
#
# Author: Nathan Gervais
# Date: 2005-06-16
#
# Description: Type your page comments here - these are not sent to the browser
#
# WTB: This script has been generalized and moved to
# http://eclipse.org/projects/releases/releases.php?release=helios
#
#****************************************************************************
header("Location: http://www.eclipse.org/projects/releases/releases.php?release=helios");
exit;
?>