Release 3.26

Change-Id: I20cebfe9e533986775e4d327c3743f211fdb1cb7
diff --git a/common.php b/common.php
index 77215ff..737ea25 100644
--- a/common.php
+++ b/common.php
@@ -48,9 +48,9 @@
 			</td>
 			<td>
 				<div class="bigbuttonsDownloads">
-					<a href="https://www.eclipse.org/downloads/packages/release/2022-03/r/eclipse-ide-enterprise-java-and-web-developers"><div class="bigbuttonsTitleLink"></div></a>
+					<a href="https://www.eclipse.org/downloads/packages/release/2022-06/r/eclipse-ide-enterprise-java-and-web-developers"><div class="bigbuttonsTitleLink"></div></a>
 					<span>
-						<a href="https://www.eclipse.org/downloads/packages/release/2022-03/r/eclipse-ide-enterprise-java-and-web-developers">Enterprise Java IDE</a> package,
+						<a href="https://www.eclipse.org/downloads/packages/release/2022-06/r/eclipse-ide-enterprise-java-and-web-developers">Enterprise Java IDE</a> package,
 						<a href="https://download.eclipse.org/webtools/downloads/">WTP Builds</a>,
 						<a href="https://download.eclipse.org/releases/latest/">Latest Update Site</a>,
 						<a href="https://marketplace.eclipse.org/content/eclipse-java-ee-developer-tools-0">Install from Marketplace</a>
diff --git a/news.xml b/news.xml
index 0a7a319..e0626db 100644
--- a/news.xml
+++ b/news.xml
@@ -15,6 +15,26 @@
     For announcements about releases, the release page is used because the download site will change after archival.
 -->
 <news>
+    <item title="WTP 3.26 Released!" date="2022-06-15T20:59:00"
+      link="http://eclipse.org/webtools/releases/3.26">
+      The Eclipse Web Tools Platform 3.26 has been released!
+      <a href="https://wiki.eclipse.org/WTP_FAQ#How_do_I_install_WTP.3F">Installation</a>
+      and updates can be performed using the Eclipse IDE 2022-06
+      <a href="http://download.eclipse.org/releases/2022-06/">Update Site</a>
+      or through any of the related
+      <a href="https://marketplace.eclipse.org/user/nitind/listings">Eclipse Marketplace</a>
+      .
+      Release 3.26 is included in the 2022-06
+      <a
+        href="https://www.eclipse.org/downloads/packages/release/2022-06/r/eclipse-ide-enterprise-java-and-web-developers">
+        Eclipse IDE for Enterprise Java and Web Developers
+      </a>
+      , with selected portions also included in several
+      <a href="https://www.eclipse.org/downloads/compare.php">other packages</a>
+      . Adopters can download
+      <a href="https://download.eclipse.org/webtools/downloads/drops/R3.26.0/R-3.26.0-20220526191850/">the R3.26 p2 repository</a>
+      directly and combine it with the necessary dependencies.</item>
+
     <item title="WTP 3.25 Released!" date="2022-03-16T20:59:00"
       link="http://eclipse.org/webtools/releases/3.25">
       The Eclipse Web Tools Platform 3.25 has been released!
diff --git a/releases/3.25/index.html b/releases/3.25/index.html
new file mode 100755
index 0000000..9a67e7f
--- /dev/null
+++ b/releases/3.25/index.html
@@ -0,0 +1,8 @@
+<html>
+<head>
+<meta http-equiv="refresh" content="0; url=index.php" />
+</head>
+<body>
+<a href="index.php">This document has moved</a>
+</body>
+</html>
diff --git a/releases/3.25/index.php b/releases/3.25/index.php
new file mode 100755
index 0000000..44a28f4
--- /dev/null
+++ b/releases/3.25/index.php
@@ -0,0 +1,28 @@
+<?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'
+$pageKeywords	= "";
+$pageAuthor		="Nick Boldt @ Red Hat";
+
+$root = $_SERVER['DOCUMENT_ROOT'];
+require_once ($root . '/webtools/common.php');
+
+# Generate the web page
+// Load the XML source
+$xml = DOMDocument::load('index.xml');
+
+//Set the page title
+$xpath = new DOMXPath($xml);
+$titleNode = $xpath->query("/html/head/title")->item(0);
+$pageTitle = ($titleNode != null) ? $titleNode->nodeValue : "eclipse.org webtools page";
+
+// Load the XSL source
+$xsl = DOMDocument::load($root . '/webtools/wtpnova.xsl');
+
+// Configure the transformer
+$proc = new XSLTProcessor;
+$proc->importStyleSheet($xsl); // attach the xsl rules
+
+$html = $proc->transformToXML($xml);
+$html .= $wtpTopButtons;
+
+$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
+?>
diff --git a/releases/3.25/index.xml b/releases/3.25/index.xml
new file mode 100755
index 0000000..6430dbf
--- /dev/null
+++ b/releases/3.25/index.xml
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet type="text/xsl" href="../../wtpphoenix.xsl"?>
+<html>
+	<head>
+    	<meta name="root" content="../../../" />
+		<title>eclipse web tools platform release 3.25</title>
+	</head>
+	<body>
+		<h1>WTP 3.25</h1>
+		<h2>Status as of 2022-03-16</h2>
+		<p>
+			WTP 3.25 was officially released on March 16, 2022, as part of the
+			Eclipse IDE 2022-03.
+			Users of Eclipse should use the 2022-03 Update Site,
+			<a href="https://download.eclipse.org/releases/2022-03/">https://download.eclipse.org/releases/2022-03/</a>
+			,
+			to install WTP 3.25, or
+			<a href="https://download.eclipse.org/releases/latest/">https://download.eclipse.org/releases/latest/</a>
+			to always have the latest release. The next release, WTP 3.26, will be part of
+			the simultaneous release in June.
+		</p>
+		<ul>
+					<li>Download WTP as part of a complete Eclipse <a href="https://www.eclipse.org/downloads/packages/release/2022-03/r">package</a>. WTP is featured in the Eclipse IDE for <a href="https://www.eclipse.org/downloads/packages/release/2022-03/r/eclipse-ide-enterprise-java-developers">Enterprise Java</a>.</li>
+					<li>Read the <a href="https://wiki.eclipse.org/Category:New_Help_for_Old_Friends">adopter migration documentation</a></li>
+					<li>Find WTP in the <a href="https://marketplace.eclipse.org/user/nitind/listings">Eclipse Marketplace</a></li>
+<!--
+					<li><a href="http://download.eclipse.org/webtools/downloads/">Download</a> the final WTP 3.25 built P2 Update Site now</li>
+          <li>Browse the <a href="http://help.eclipse.org/2022-03/topic/org.eclipse.wst.doc.user/topics/overview.html?cp=90" target="_top">Web Tools Platform User Guide</a></li>
+-->
+					<li>Read the <a href="https://wiki.eclipse.org/WTP_FAQ">FAQ</a></li>
+					<li>Read the <a href="https://wiki.eclipse.org/WTP_Tomcat_FAQ">WTP and Apache Tomcat FAQ</a></li>
+            <!--  <h3><a href="contributorrecognition.html">Recognition of Contributors</a></h3> -->
+            <!--
+             <h2>Press Coverage for WTP 3.25</h2>
+             <h3><a href=""  target="_top">title</a>, <i>source</i></h3>
+             -->
+		</ul>
+        <!--
+		<h2><a name="NewAndNoteworthy" />New &amp; Noteworthy</h2>
+		Check out what's <a href="NewAndNoteworthy/">New and Noteworthy</a> in this release -->
+		<h2><a name="what-is-fixed" />What is Fixed</h2>
+		<p>Fixed <a href="https://bugs.eclipse.org/bugs/buglist.cgi?classification=WebTools&amp;query_format=advanced&amp;target_milestone=3.25&amp;target_milestone=3.25%20M1&amp;target_milestone=3.25%20M2&amp;target_milestone=3.25%20M3&amp;target_milestone=3.25%20RC1&amp;target_milestone=3.25%20RC2&amp;target_milestone=3.25.0">list</a>/<a
+		href="https://bugs.eclipse.org/bugs/report.cgi?x_axis_field=bug_severity&amp;y_axis_field=product&amp;no_redirect=1&amp;query_format=report-table&amp;classification=WebTools&amp;target_milestone=3.25&amp;target_milestone=3.25+M1&amp;target_milestone=3.25+M2&amp;target_milestone=3.25+M3&amp;target_milestone=3.25+RC1&amp;target_milestone=3.25+RC2&amp;target_milestone=3.25.0&amp;format=table&amp;action=wrap">table</a>.</p>
+		<p>Adopters should consult the <a href="https://wiki.eclipse.org/Category:New_Help_for_Old_Friends">migration</a> information for potentially breaking changes.</p>
+
+		<h2>
+			<a name="reported-problems" />
+			Reported and Known Problems
+		</h2>
+		<p>
+			All reported problems are recorded in the Eclipse Bugzilla
+			system under:
+			<ul>
+				<li>
+					Classification =
+					<code>WebTools</code>
+				</li>
+				<li>
+					Status =
+					<code>NEW</code>
+					or
+					<code>ASSIGNED</code>
+					or
+					<code>REOPENED</code>
+				</li>
+			</ul>
+		</p>
+		<a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=UNCONFIRMED&amp;classification=WebTools&amp;order=bugs.bug_id%20desc">All reported problems</a>
+		<p>Check for suggested workarounds in the bug report comments. Remember: <b>bugs that aren't reported have little chance of being fixed.</b><!--Here are more specific items:--></p>
+
+		<!--
+		<table cellpadding="3%" >
+
+		<tr>
+			<td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=number">number</a></td>
+			<td> title </td>
+		</tr>
+		</table>
+		-->
+	</body>
+</html>
diff --git a/releases/3.26/index.html b/releases/3.26/index.html
new file mode 100755
index 0000000..9a67e7f
--- /dev/null
+++ b/releases/3.26/index.html
@@ -0,0 +1,8 @@
+<html>
+<head>
+<meta http-equiv="refresh" content="0; url=index.php" />
+</head>
+<body>
+<a href="index.php">This document has moved</a>
+</body>
+</html>
diff --git a/releases/3.26/index.php b/releases/3.26/index.php
new file mode 100755
index 0000000..44a28f4
--- /dev/null
+++ b/releases/3.26/index.php
@@ -0,0 +1,28 @@
+<?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'
+$pageKeywords	= "";
+$pageAuthor		="Nick Boldt @ Red Hat";
+
+$root = $_SERVER['DOCUMENT_ROOT'];
+require_once ($root . '/webtools/common.php');
+
+# Generate the web page
+// Load the XML source
+$xml = DOMDocument::load('index.xml');
+
+//Set the page title
+$xpath = new DOMXPath($xml);
+$titleNode = $xpath->query("/html/head/title")->item(0);
+$pageTitle = ($titleNode != null) ? $titleNode->nodeValue : "eclipse.org webtools page";
+
+// Load the XSL source
+$xsl = DOMDocument::load($root . '/webtools/wtpnova.xsl');
+
+// Configure the transformer
+$proc = new XSLTProcessor;
+$proc->importStyleSheet($xsl); // attach the xsl rules
+
+$html = $proc->transformToXML($xml);
+$html .= $wtpTopButtons;
+
+$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
+?>
diff --git a/releases/3.26/index.xml b/releases/3.26/index.xml
new file mode 100755
index 0000000..96c8f7b
--- /dev/null
+++ b/releases/3.26/index.xml
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet type="text/xsl" href="../../wtpphoenix.xsl"?>
+<html>
+	<head>
+    	<meta name="root" content="../../../" />
+		<title>eclipse web tools platform release 3.26</title>
+	</head>
+	<body>
+		<h1>WTP 3.26</h1>
+		<h2>Status as of 2022-06-16</h2>
+		<p>
+			WTP 3.26 was officially released on June 15, 2022, as part of the
+			Eclipse IDE 2022-06.
+			Users of Eclipse should use the 2022-06 Update Site,
+			<a href="https://download.eclipse.org/releases/2022-06/">https://download.eclipse.org/releases/2022-06/</a>
+			,
+			to install WTP 3.26, or
+			<a href="https://download.eclipse.org/releases/latest/">https://download.eclipse.org/releases/latest/</a>
+			to always have the latest release. The next release, WTP 3.27, will be part of
+			the simultaneous release in September.
+		</p>
+		<ul>
+					<li>Download WTP as part of a complete Eclipse <a href="https://www.eclipse.org/downloads/packages/release/2022-06/r">package</a>. WTP is featured in the Eclipse IDE for <a href="https://www.eclipse.org/downloads/packages/release/2022-06/r/eclipse-ide-enterprise-java-developers">Enterprise Java</a>.</li>
+					<li>Read the <a href="https://wiki.eclipse.org/Category:New_Help_for_Old_Friends">adopter migration documentation</a></li>
+					<li>Find WTP in the <a href="https://marketplace.eclipse.org/user/nitind/listings">Eclipse Marketplace</a></li>
+<!--
+					<li><a href="http://download.eclipse.org/webtools/downloads/">Download</a> the final WTP 3.26 built P2 Update Site now</li>
+          <li>Browse the <a href="http://help.eclipse.org/2022-06/topic/org.eclipse.wst.doc.user/topics/overview.html?cp=90" target="_top">Web Tools Platform User Guide</a></li>
+-->
+					<li>Read the <a href="https://wiki.eclipse.org/WTP_FAQ">FAQ</a></li>
+					<li>Read the <a href="https://wiki.eclipse.org/WTP_Tomcat_FAQ">WTP and Apache Tomcat FAQ</a></li>
+            <!--  <h3><a href="contributorrecognition.html">Recognition of Contributors</a></h3> -->
+            <!--
+             <h2>Press Coverage for WTP 3.26</h2>
+             <h3><a href=""  target="_top">title</a>, <i>source</i></h3>
+             -->
+		</ul>
+        <!--
+		<h2><a name="NewAndNoteworthy" />New &amp; Noteworthy</h2>
+		Check out what's <a href="NewAndNoteworthy/">New and Noteworthy</a> in this release -->
+		<h2><a name="what-is-fixed" />What is Fixed</h2>
+		<p>Fixed <a href="https://bugs.eclipse.org/bugs/buglist.cgi?classification=WebTools&amp;query_format=advanced&amp;target_milestone=3.26&amp;target_milestone=3.26%20M1&amp;target_milestone=3.26%20M2&amp;target_milestone=3.26%20M3&amp;target_milestone=3.26%20RC1&amp;target_milestone=3.26%20RC2&amp;target_milestone=3.26.0">list</a>/<a
+		href="https://bugs.eclipse.org/bugs/report.cgi?x_axis_field=bug_severity&amp;y_axis_field=product&amp;no_redirect=1&amp;query_format=report-table&amp;classification=WebTools&amp;target_milestone=3.26&amp;target_milestone=3.26+M1&amp;target_milestone=3.26+M2&amp;target_milestone=3.26+M3&amp;target_milestone=3.26+RC1&amp;target_milestone=3.26+RC2&amp;target_milestone=3.26.0&amp;format=table&amp;action=wrap">table</a>.</p>
+		<p>Adopters should consult the <a href="https://wiki.eclipse.org/Category:New_Help_for_Old_Friends">migration</a> information for potentially breaking changes.</p>
+
+		<h2>
+			<a name="reported-problems" />
+			Reported and Known Problems
+		</h2>
+		<p>
+			All reported problems are recorded in the Eclipse Bugzilla
+			system under:
+			<ul>
+				<li>
+					Classification =
+					<code>WebTools</code>
+				</li>
+				<li>
+					Status =
+					<code>NEW</code>
+					or
+					<code>ASSIGNED</code>
+					or
+					<code>REOPENED</code>
+				</li>
+			</ul>
+		</p>
+		<a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=UNCONFIRMED&amp;classification=WebTools&amp;order=bugs.bug_id%20desc">All reported problems</a>
+		<p>Check for suggested workarounds in the bug report comments. Remember: <b>bugs that aren't reported have little chance of being fixed.</b><!--Here are more specific items:--></p>
+
+		<!--
+		<table cellpadding="3%" >
+
+		<tr>
+			<td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=number">number</a></td>
+			<td> title </td>
+		</tr>
+		</table>
+		-->
+	</body>
+</html>
diff --git a/releases/index.html b/releases/index.html
index 3ce766e..b1357c2 100755
--- a/releases/index.html
+++ b/releases/index.html
@@ -1,8 +1,8 @@
 <html>
 <head>
-<meta http-equiv="refresh" content="1; url=3.25/index.php" />
+<meta http-equiv="refresh" content="1; url=3.26/index.php" />
 </head>
 <body>
-This document is merely a placeholder. Proceed to the <a href="3.25/index.php">current release's page</a>. Honestly it'd be surprising if you got this far under normal circumstances. Are you still reading? There's no hidden message here or anything.
+This document is merely a placeholder. Proceed to the <a href="3.26/index.php">current release's page</a>. Honestly it'd be surprising if you got this far under normal circumstances. Are you still reading? There's no hidden message here or anything.
 </body>
 </html>