blob: 1570c4ec344b73de06fab733312091373f978ee8 [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("_projectCommon.php"); # All on the same line to unclutter the user's desktop'
#
# Begin: page-specific settings. Change these.
$pageTitle = "Updated: Eclipse Foundation Announces Java 8 Support";
$pageKeywords = "eclipse, foundation, eclipse java 8, java 8 support, eclipse java8 support";
$pageAuthor = "Christopher Guindon";
# Add page-specific Nav bars here
# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank)
# $Nav->addCustomNav("My Link", "mypage.php", "_self");
# $Nav->addCustomNav("Google", "http://www.google.com/", "_blank");
# End: page-specific settings
#
# Paste your HTML content between the EOHTML markers!
$html = <<<EOHTML
<div id="maincontent">
<div id="midcolumn">
<h1>$pageTitle</h1>
<br>
<p><b>Ottawa, Canada April 11, 2014</b> - The Eclipse Foundation is pleased to announce
the availability of Eclipse Kepler packages with the Java&trade; 8 support.
These downloads contain the original Eclipse Kepler SR2 packages with Java&trade; 8
patches applied. While the patches themselves have been fully tested,
the packages have not been individually verified. To download these
packages, please visit our <a href="/downloads/index-java8.php">Java&trade; 8 download page</a>. For details on how
to discover and install the Java 8 support into your existing Kepler SR2
installation please visit our <a href="/downloads/java8/">Java&trade; 8 support page</a>.
</p>
<p>The Java&trade; 8 support contains the following:</p>
<ul>
<li>Eclipse compiler implementation for all the new Java&trade; 8 language enhancements</li>
<li>Updated significant features to support Java&trade; 8, such as Search and Refactoring</li>
<li>Quick Assist and Clean Up to migrate anonymous class creations to lambda expressions and back</li>
<li>New formatter options for lambdas</li>
<li>Java 8 Facet for Web Tools for Eclipse Kepler SR2 for Java EE developers</li>
<li>Java 8 support for m2e for Eclipse Kepler SR2 for Maven integration in Eclipse</li>
</ul>
<p>Note that PDE API Tools have not yet adopted the new language constructs. This will be completed in
the Eclipse Luna release available in June 2014. Java&trade; 8 support will also be available
in the Eclipse Luna M7 packages expected to be available on May 9, 2014.
</p>
</div>
<!-- remove the entire <div> tag to omit the right column! -->
<div id="rightcolumn">
<div class="sideitem">
<h6>Related Links</h6>
<ul>
<li><a href="http://www.eclipse.org/downloads/java8/">Installing Java&trade; 8 Support in Eclipse Kepler SR2</a></li>
</ul>
</div>
</div>
</div>
EOHTML;
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>
<?php
/*
* Created on 20-Jan-2006
*
* To change the template for this generated file go to
* Window - Preferences - PHPeclipse - PHP - Code Templates
*/
?>