Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoopur Gupta2020-01-22 10:41:34 +0000
committerNoopur Gupta2020-01-22 10:50:12 +0000
commitf07fd69511708aeee3422781b7eea7e4cefabe66 (patch)
tree697448c43733b683634b708f18833e62e2af3c23
parente9acb51469d76778b61308c40fde23f692d12027 (diff)
downloadeclipse.platform.releng.aggregator-f07fd69511708aeee3422781b7eea7e4cefabe66.tar.gz
eclipse.platform.releng.aggregator-f07fd69511708aeee3422781b7eea7e4cefabe66.tar.xz
eclipse.platform.releng.aggregator-f07fd69511708aeee3422781b7eea7e4cefabe66.zip
Bug 551486: [14] Create P-build
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.template_java14patch415.php (renamed from eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.template_java11patch49.php)7
1 files changed, 3 insertions, 4 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.template_java11patch49.php b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.template_java14patch415.php
index ceba32b46..857a7f828 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.template_java11patch49.php
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.template_java14patch415.php
@@ -74,12 +74,11 @@ require("DL.thin.header.php.html");
<div>
<h1>Eclipse <?php echo $STREAM; ?> <?php echo $BUILD_TYPE_NAME; ?> Build: <?php echo $BUILD_ID; ?> </h1>
<p style="padding-bottom: 1em">This page provides access to the various deliverables of Eclipse Platform Project.</p>
-<p>This page has a patch feature that provides an implementation of JDT that supports Java 10. This is an implementation
+<p>This page has a patch feature that provides an implementation of JDT that supports Java 14. This is an implementation
of an early-draft specification developed under the Java
Community Process (JCP) and is made available for testing and evaluation purposes
-only. The code is not compatible with any specification of the JCP. For more information on our early Java 10 work,
-see the <a href="https://wiki.eclipse.org/Java9">Eclipse wiki page on that topic</a>.</p>
-<p>This patch is for the Photon (4.9) stream of Eclipse.</p>
+only. The code is not compatible with any specification of the JCP.</p>
+<p>This patch is for the 4.15 stream of Eclipse.</p>
<?php
if (file_exists("pom_updates/index.html")) {
echo "<h2><a href=\"pom_updates/\">POM updates made</a></h2>";

Back to the top