Added link to release notes

to 4.15, 4.16 and template

Change-Id: I8d44f063448b613ff4cd620df9aa5ee17d86ad6c
diff --git a/4.15/index.html b/4.15/index.html
index 5540d7f..ffdfdbc 100644
--- a/4.15/index.html
+++ b/4.15/index.html
@@ -18,6 +18,11 @@
     The Eclipse SDK and related resources can be downloaded from the <a href="https://download.eclipse.org/eclipse/downloads/drops4/R-4.15-202003050155">Eclipse Project downloads page</a>.
     The Eclipse installer and other packages can be downloaded from the <a href="https://www.eclipse.org/downloads/packages/installer">Eclipse Installer</a> page.
   </p>
+  
+  <p>
+  	The 4.15 release notes for the Eclipse SDK project can be found <a href="https://www.eclipse.org/eclipse/development/readme_eclipse_4.15.php">here</a>.
+  </p>
+  
   <p>Here are some of the more noteworthy items available in this release.</p>
 
   <blockquote>
diff --git a/4.16/index.html b/4.16/index.html
index 23a67a6..6a48d84 100644
--- a/4.16/index.html
+++ b/4.16/index.html
@@ -18,6 +18,13 @@
     The Eclipse SDK and related resources can be downloaded from the <a href="https://download.eclipse.org/eclipse/downloads/">Eclipse Project downloads page</a>.
     The Eclipse installer and other packages can be downloaded from the <a href="https://www.eclipse.org/downloads/packages/installer">Eclipse Installer</a> page.
   </p>
+  
+  <!--
+  <p>
+    The 4.16 release notes for the Eclipse SDK project can be found <a href="https://www.eclipse.org/eclipse/development/readme_eclipse_4.16.php">here</a>.
+  </p>
+  -->
+  
   <p>Here are some of the more noteworthy items available in this release.</p>
 
   <blockquote>
diff --git a/4.x-template/index.html b/4.x-template/index.html
index a2060fd..6444334 100644
--- a/4.x-template/index.html
+++ b/4.x-template/index.html
@@ -18,6 +18,13 @@
     The Eclipse SDK and related resources can be downloaded from the <a href="https://download.eclipse.org/eclipse/downloads/">Eclipse Project downloads page</a>.
     The Eclipse installer and other packages can be downloaded from the <a href="https://www.eclipse.org/downloads/packages/installer">Eclipse Installer</a> page.
   </p>
+  
+  <!--
+  <p>
+  	The 4.x release notes for the Eclipse SDK project can be found <a href="https://www.eclipse.org/eclipse/development/readme_eclipse_4.x.php">here</a>.
+  </p>
+  -->
+  
   <p>Here are some of the more noteworthy items available in this release.</p>
 
   <blockquote>
diff --git a/4.x-template/jdt.html b/4.x-template/jdt.html
index 78240f4..e165dd7 100644
--- a/4.x-template/jdt.html
+++ b/4.x-template/jdt.html
@@ -48,7 +48,7 @@
     </td>
   </tr>
   -->
-  <!-- ******************* End of Java 12 Support ************************************* -->
+  <!-- ******************* End of Java XX Support ************************************* -->
 
   <!-- ******************* JUnit ************************************* -->
   <tr>
diff --git a/scripts/applyTemplate.sh b/scripts/applyTemplate.sh
index f287fdf..6474419 100755
--- a/scripts/applyTemplate.sh
+++ b/scripts/applyTemplate.sh
@@ -14,7 +14,7 @@
 
 #!/bin/sh
 
-if [ "x$1" == "x"  ] && [ "x$2" == "x"  ];                                                    then
+if [ "x$1" == "x"  ] && [ "x$2" == "x"  ]; then
  echo "Usage error: Pass release version and simrel release name as arguments"
  echo "For example: ./applyTemplate.sh 4.13 2019-09"
  exit