blob: 82f77a7e549d0524cd3af1fae7b7fad5f739f68a [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();
/* un-comment to use 100% of the content box
$right_nav = FALSE;
*/
$keyword = 'Eclipse 4.8, API contract compatibility, migrating 4.7 plug-ins to 4.8';
require_once($_SERVER['DOCUMENT_ROOT'] ."/eclipse/development/nova/_projectCommon.php");