fix broken html files, minor updates to spec names

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
diff --git a/README.md b/README.md
index a02756a..5aaf026 100644
--- a/README.md
+++ b/README.md
@@ -10,13 +10,19 @@
 
 EclipseLink 3.0.0 [![Master Build Status](https://travis-ci.org/eclipse-ee4j/eclipselink.svg?branch=master)](https://travis-ci.org/eclipse-ee4j/eclipselink)
 
-EclipseLink 2.7.5 [![2.7.x  Build Status](https://travis-ci.org/eclipse-ee4j/eclipselink.svg?branch=2.7)](https://travis-ci.org/eclipse-ee4j/eclipselink)
+EclipseLink 2.7.x [![2.7.x  Build Status](https://travis-ci.org/eclipse-ee4j/eclipselink.svg?branch=2.7)](https://travis-ci.org/eclipse-ee4j/eclipselink)
 
 
 EclipseLink Project
 ========================================
 
-The EclipseLink project's goal is to provide a complete persistence framework that is both comprehensive and universal. It will run in any Java environment and read and write objects to virtually any type of data source, including relational databases, XML, JSON, or EIS systems. EclipseLink will focus on providing leading edge support, including advanced feature extensions, for the dominant persistence standards for each target data source; Java Persistence API (JPA) for relational databases, Java API for XML Binding (JAXB) for XML, Java Connector Architecture (JCA) for EIS and other types of legacy systems, and Service Data Objects (SDO).
+The EclipseLink project's goal is to provide a complete persistence framework that is both
+comprehensive and universal. It will run in any Java environment and read and write objects
+to virtually any type of data source, including relational databases, XML, JSON, or EIS systems.
+EclipseLink will focus on providing leading edge support, including advanced feature extensions,
+for the dominant persistence standards for each target data source;
+Jakarta Persistence for relational databases, Jakarta XML Binding for XML,
+Jakarta Connectors for EIS and other types of legacy systems, and Service Data Objects (SDO).
 
 
 http://eclipse.org/eclipselink
diff --git a/about.html b/about.html
index 804cba6..6ce5f6e 100644
--- a/about.html
+++ b/about.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <!--
 
     Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved.
@@ -13,7 +13,6 @@
 
 -->
 
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
     <head>
         <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
@@ -103,7 +102,6 @@
             <li>Utilities
                 <ul>
                     <li><a href="#JCA">Java Connector</a></li>
-                    <li><a href="#XERCES">Xerces</a></li>
                     <li><a href="#WSDL4J">WSDL4J 1.6.2 </a></li>
                 </ul>
             </li>
@@ -202,14 +200,6 @@
                 EclipseLink in a container where JCA integration is required that container
                 will provide the necessary API libraries.</p>
         </blockquote>
-        <h4><a name="XERCES" id="XERCES"></a>Xerces v2.9.0</h4>
-        <blockquote>
-            <p>Xerces 2.9.0 is available from <a href="http://xerces.apache.org/xerces-j/">
-                    the Xerces home page</a>. It is distributed under <a href="http://ant.apache.org/license.html">
-                    Apache 2.0</a>.</p>
-            <p>This jar is shipped for the Workbench's use only in the reading and writing
-                of XML configuration files.</p>
-        </blockquote>
         <h4><a name="SERVLET" id="SERVLET"></a>Java Servlet 2.4</h4>
         <blockquote>
             <p>The <a href="http://jcp.org/aboutJava/communityprocess/final/jsr154/index.html">Java Servlet 2.4 specification</a>
diff --git a/bundles/distribution/src/main/scripts/rename/readme.html b/bundles/distribution/src/main/scripts/rename/readme.html
index 897bc1e..9771e3f 100644
--- a/bundles/distribution/src/main/scripts/rename/readme.html
+++ b/bundles/distribution/src/main/scripts/rename/readme.html
@@ -1,45 +1,41 @@
-<html xmlns:o="urn:schemas-microsoft-com:office:office"
-    xmlns:w="urn:schemas-microsoft-com:office:word"
-    xmlns="http://www.w3.org/TR/REC-html40">
+<html xmlns="http://www.w3.org/TR/REC-html40">
 
-<head>
-<title>EclipseLink Package Renamer Readme</title>
-</head>
+    <head>
+        <title>EclipseLink Package Renamer Readme</title>
+    </head>
 
-<body lang=EN-US style='tab-interval: .5in'>
-<div class=Section0>
-<p align=center style='text-align: center'><b>EclipseLink
-Package Renamer Utility: Read Me</b></p>
-<p><span style='font-size: 10.0pt'>The Eclipse Persistence
-Services Project ( <a href="http://www.eclipse.org/eclipselink">EclipseLink</a>)
-project's goal is to provide a complete persistence framework that is
-both comprehensive and universal. It will run in any Java environment
-and read and write objects to virtually any type of data source,
-including relational databases, XML, or EIS systems. EclipseLink will
-focus on providing leading edge support, including advanced feature
-extensions, for the dominant persistence standards for each target data
-source; Java Persistence API (JPA) for relational databases, Java API
-for XML Binding (JAXB) for XML, Java Connector Architecture (JCA) for
-EIS and other types of legacy systems, and Service Data Objects (SDO).</span></p>
+    <body lang=EN-US style='tab-interval: .5in'>
+        <div class=Section0>
+            <p align=center style='text-align: center'><b>EclipseLink
+                    Package Renamer Utility: Read Me</b></p>
+            <p><span style='font-size: 10.0pt'>The <a href="http://www.eclipse.org/eclipselink">EclipseLink</a>
+                    project's goal is to provide a complete persistence framework that is both
+                    comprehensive and universal. It will run in any Java environment and read and write objects
+                    to virtually any type of data source, including relational databases, XML, JSON, or EIS systems.
+                    EclipseLink will focus on providing leading edge support, including advanced feature extensions,
+                    for the dominant persistence standards for each target data source;
+                    Jakarta Persistence for relational databases, Jakarta XML Binding for XML,
+                    Jakarta Connectors for EIS and other types of legacy systems, and Service Data Objects (SDO).
+                </span></p>
 
-</div>
-<p><span style='font-size: 10.0pt'>The package renamer is
-used for migrating Oracle TopLink metadata and source code to
-EclipseLink.
-<ul>
-    <li><a href="http://www.eclipse.org/eclipselink/documentation/2.4/solutions/migrnativetoplink.htm">Migration Example</a></li>
-    <li><a href="http://www.eclipse.org/eclipselink/documentation">Documentation</a></li>
-</ul>
-</span></p>
-</div>
-<h2>Contents </h2>
-<p>The following is a brief description of the contents of this directory</p>
-<ul>
-<li><b>./*.cmd, *.sh</b> - scripts used to run the package renamer.</li>
-<li><b>./readme.html</b> - this file.  html file that outlines the directory structure</li>
-<li><b>./package-rename.jar</b> - the jar that is used by the scripts to rename code that uses Oracle TopLink API.</li>
-<li><b>./package-rename.properties</b> - this properties file is used to determine which strings are renamed and how they are renamed.</a>.   </li>
+        </div>
+        <p><span style='font-size: 10.0pt'>The package renamer is
+                used for migrating Oracle TopLink metadata and source code to
+                EclipseLink.
+                <ul>
+                    <li><a href="http://www.eclipse.org/eclipselink/documentation/2.4/solutions/migrnativetoplink.htm">Migration Example</a></li>
+                    <li><a href="http://www.eclipse.org/eclipselink/documentation">Documentation</a></li>
+                </ul>
+            </span></p>
+        </div>
+        <h2>Contents </h2>
+        <p>The following is a brief description of the contents of this directory</p>
+        <ul>
+            <li><b>./*.cmd, *.sh</b> - scripts used to run the package renamer.</li>
+            <li><b>./readme.html</b> - this file.  html file that outlines the directory structure</li>
+            <li><b>./package-rename.jar</b> - the jar that is used by the scripts to rename code that uses Oracle TopLink API.</li>
+            <li><b>./package-rename.properties</b> - this properties file is used to determine which strings are renamed and how they are renamed.</a>.   </li>
 
-</body>
+    </body>
 
 </html>
diff --git a/license.html b/license.html
index 6d520b4..c9f067e 100644
--- a/license.html
+++ b/license.html
@@ -1,5 +1,3 @@
-<html>
-    <head>
 <!--
 
     Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved.
@@ -14,6 +12,8 @@
 
 -->
 
+<html>
+    <head>
         <title>Eclipse License</title>
     </head>
 
diff --git a/plugins/org.eclipse.persistence.asm/src/main/resources/about.html b/plugins/org.eclipse.persistence.asm/src/main/resources/about.html
index 4572e83..4c6edd8 100644
--- a/plugins/org.eclipse.persistence.asm/src/main/resources/about.html
+++ b/plugins/org.eclipse.persistence.asm/src/main/resources/about.html
@@ -1,5 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <!--
 
     Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved.
diff --git a/plugins/org.eclipse.persistence.asm/src/main/resources/readme.html b/plugins/org.eclipse.persistence.asm/src/main/resources/readme.html
index 7e5ad67..5ea6b56 100644
--- a/plugins/org.eclipse.persistence.asm/src/main/resources/readme.html
+++ b/plugins/org.eclipse.persistence.asm/src/main/resources/readme.html
@@ -1,5 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <!--
 
     Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved.
diff --git a/readme.html b/readme.html
index a7ed426..de9ad61 100644
--- a/readme.html
+++ b/readme.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <!--
 
     Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved.
@@ -13,7 +13,6 @@
 
 -->
 
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <HTML xmlns="http://www.w3.org/1999/xhtml">
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
@@ -22,7 +21,7 @@
 <BODY>
 <DIV class=Section0>
 <P style="TEXT-ALIGN: center" align=center><B>EclipseLink 3.0 Read Me</B> </P>
-<P><EM><FONT size=-1>TBD, 2019</FONT></EM></P>
+<P><EM><FONT size=-1>TBD, 2020</FONT></EM></P>
 <P>The <A href="http://www.eclipse.org/eclipselink">EclipseLink</A> project's
 goal is to provide a complete persistence framework that is both comprehensive
 and universal. It will run in any Java environment and read and write objects to
diff --git a/utils/eclipselink.utils.rename/readme.html b/utils/eclipselink.utils.rename/readme.html
deleted file mode 100644
index 897bc1e..0000000
--- a/utils/eclipselink.utils.rename/readme.html
+++ /dev/null
@@ -1,45 +0,0 @@
-<html xmlns:o="urn:schemas-microsoft-com:office:office"
-    xmlns:w="urn:schemas-microsoft-com:office:word"
-    xmlns="http://www.w3.org/TR/REC-html40">
-
-<head>
-<title>EclipseLink Package Renamer Readme</title>
-</head>
-
-<body lang=EN-US style='tab-interval: .5in'>
-<div class=Section0>
-<p align=center style='text-align: center'><b>EclipseLink
-Package Renamer Utility: Read Me</b></p>
-<p><span style='font-size: 10.0pt'>The Eclipse Persistence
-Services Project ( <a href="http://www.eclipse.org/eclipselink">EclipseLink</a>)
-project's goal is to provide a complete persistence framework that is
-both comprehensive and universal. It will run in any Java environment
-and read and write objects to virtually any type of data source,
-including relational databases, XML, or EIS systems. EclipseLink will
-focus on providing leading edge support, including advanced feature
-extensions, for the dominant persistence standards for each target data
-source; Java Persistence API (JPA) for relational databases, Java API
-for XML Binding (JAXB) for XML, Java Connector Architecture (JCA) for
-EIS and other types of legacy systems, and Service Data Objects (SDO).</span></p>
-
-</div>
-<p><span style='font-size: 10.0pt'>The package renamer is
-used for migrating Oracle TopLink metadata and source code to
-EclipseLink.
-<ul>
-    <li><a href="http://www.eclipse.org/eclipselink/documentation/2.4/solutions/migrnativetoplink.htm">Migration Example</a></li>
-    <li><a href="http://www.eclipse.org/eclipselink/documentation">Documentation</a></li>
-</ul>
-</span></p>
-</div>
-<h2>Contents </h2>
-<p>The following is a brief description of the contents of this directory</p>
-<ul>
-<li><b>./*.cmd, *.sh</b> - scripts used to run the package renamer.</li>
-<li><b>./readme.html</b> - this file.  html file that outlines the directory structure</li>
-<li><b>./package-rename.jar</b> - the jar that is used by the scripts to rename code that uses Oracle TopLink API.</li>
-<li><b>./package-rename.properties</b> - this properties file is used to determine which strings are renamed and how they are renamed.</a>.   </li>
-
-</body>
-
-</html>