Update for 8.5 release
diff --git a/downloads.php b/downloads.php index 26fa0a0..051f8bd 100644 --- a/downloads.php +++ b/downloads.php
@@ -1,6 +1,6 @@ <?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' /******************************************************************************* - * Copyright (c) 2010 + * Copyright (c) 2010, 2014 * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -23,15 +23,16 @@ into an existing Eclipse using the "Install New Software..." dialog and entering the p2 repository URLs listed below.</p> -<h3>CDT 8.4.0 for Eclipse Luna</h3> +<h3>CDT 8.5.0 for Eclipse Luna</h3> <p>Eclipse package: - <a href="http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/lunar"> - Eclipse C/C++ IDE for Luna</a>.</p> -<p>p2 software repository: <a href="http://download.eclipse.org/tools/cdt/releases/8.4"> - http://download.eclipse.org/tools/cdt/releases/8.4</a></p> -<p>The git repos have been tagged with the CDT_8_4_0 tag. You can download the source from the web interface.</p> + <a href="http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/lunasr1"> + Eclipse C/C++ IDE for Luna SR1</a>.</p> +<p>p2 software repository: <a href="http://download.eclipse.org/tools/cdt/releases/8.5"> + http://download.eclipse.org/tools/cdt/releases/8.5</a></p> +<p>The git repos have been tagged with the CDT_8_5_0 tag. You can download the source from the web interface.</p> <p>Archived p2 repos: <ul> +<li><a href="http://www.eclipse.org/downloads/download.php?file=/tools/cdt/releases/8.5/cdt-8.5.0.zip">cdt-8.5.0.zip</a></li> <li><a href="http://www.eclipse.org/downloads/download.php?file=/tools/cdt/releases/8.4/cdt-8.4.0.zip">cdt-8.4.0.zip</a></li> </ul> </p> @@ -118,7 +119,7 @@ <a href="https://hudson.eclipse.org/cdt/job/cdt-master">cdt-master Hudson build page</a> and the p2 software repository: <a href="http://download.eclipse.org/tools/cdt/builds/master/nightly"> http://download.eclipse.org/tools/cdt/builds/master/nightly</a></p> -<p>Milestones p2 software repository: <a href="http://download.eclipse.org /tools/cdt/builds/luna/milestones"> +<p>Milestones p2 software repository: <a href="http://download.eclipse.org/tools/cdt/builds/luna/milestones"> http://download.eclipse.org/tools/cdt/builds/luna/milestones</a></p> <p>Some older builds are available in the old
diff --git a/index.php b/index.php index 499244a..fb7aaf8 100644 --- a/index.php +++ b/index.php
@@ -1,6 +1,6 @@ <?php /******************************************************************************* - * Copyright (c) 2010 Eclipse Foundation and others. + * Copyright (c) 2010, 2014 Eclipse Foundation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -56,7 +56,12 @@ <div> <h3>Current Status</h3> -<p>Development is underway for the CDT 8.5.0 due September 2014.</p> +<p>Development is underway for the CDT 8.6.0 due February 2014.</p> +</div> + +<div id="headlines"> +<h3>CDT 8.5.0 Now Available</h3> +<p><i>September 26, 2014 -</i> CDT 8.5.0 for Eclipse Luna. Check the <a href="downloads.php">Download</a> link on how to get yours.</p> </div> <div id="headlines"> @@ -64,11 +69,6 @@ <p><i>June 25, 2014 -</i> CDT 8.4.0 for Eclipse Luna. Check the <a href="downloads.php">Download</a> link on how to get yours.</p> </div> -<div id="headlines"> -<h3>CDT 8.3.0 Now Available</h3> -<p><i>February 28, 2014 -</i> CDT 8.3.0 for Eclipse Kepler. Check the <a href="downloads.php">Download</a> link on how to get yours.</p> -</div> - </div> EOHTML;