mods for nightly-build web generation script
sync milestone-build web-gen script
diff --git a/buildMilestoneList-cron.sh b/buildMilestoneList-cron.sh
index f8d637e..2d86530 100644
--- a/buildMilestoneList-cron.sh
+++ b/buildMilestoneList-cron.sh
@@ -186,7 +186,7 @@
     echo "      <a name=\"${version}\"> </a>                                                     " >> $tmp/index.xml
     echo "        <table border=\"1\">                                                           " >> $tmp/index.xml
     echo "          <tr>                                                                         " >> $tmp/index.xml
-    echo "            <th colspan=\"14\"  style=\"text-align:left;\"><b>${version} Milestone Build Results</b></th>" >> $tmp/index.xml
+    echo "            <th colspan=\"15\"  style=\"text-align:left;\"><b>${version} Milestone Build Results</b></th>" >> $tmp/index.xml
     echo "          </tr>                                                                        " >> $tmp/index.xml
     echo "          <tr>                                                                         " >> $tmp/index.xml
     echo "            <th rowspan=\"3\" style=\"text-align:center;border-top: 2px solid #444;\"> Milestone ID </th>                      " >> $tmp/index.xml
@@ -241,21 +241,28 @@
 #            echo "              <a href=\"${BaseDownloadURL}/${version}/${contentdir}/${file}\" class=\"info\"><img src=\"http://dev.eclipse.org/large_icons/actions/go-bottom.png\"/><span>Download Install Archive</span></a>" >> $tmp/index.xml
             echo "              <a href=\"${BaseDownloadURL}/${version}/${contentdir}/${file}\">Installer</a>" >> $tmp/index.xml
         else
-            echo "              Z" >> $tmp/index.xml
+            echo "              Installer" >> $tmp/index.xml
         fi
         file=`ls | sort -r | grep -m1 eclipselink-src-[0-9]`
         if [ "${file}" != "" ] ; then
 #            echo "              <a href=\"${BaseDownloadURL}/${version}/${contentdir}/${file}\" class=\"info\">S<span>Download Source Archive</span></a>" >> $tmp/index.xml
             echo "              <a href=\"${BaseDownloadURL}/${version}/${contentdir}/${file}\">Source</a>" >> $tmp/index.xml
         else
-            echo "              S" >> $tmp/index.xml
+            echo "              Source" >> $tmp/index.xml
         fi
         file=`ls | sort -r | grep -m1 eclipselink-plugins-[0-9]`
         if [ "${file}" != "" ] ; then
 #            echo "              <a href=\"${BaseDownloadURL}/${version}/${contentdir}/${file}\" class=\"info\">B<span>Download OSGi Plugins Archive</span></a>" >> $tmp/index.xml
             echo "              <a href=\"${BaseDownloadURL}/${version}/${contentdir}/${file}\">Bundle</a>" >> $tmp/index.xml
         else
-            echo "              B" >> $tmp/index.xml
+            echo "              Bundle" >> $tmp/index.xml
+        fi
+        file=`ls | sort -r | grep -m1 eclipselink-plugins-nosql-[0-9]`
+        if [ "${file}" != "" ] ; then
+#            echo "              <a href=\"${BaseDownloadURL}/${version}/${contentdir}/${file}\" class=\"info\">B<span>Download NoSQL Plugins Archive</span></a>" >> $tmp/index.xml
+            echo "              <a href=\"${BaseDownloadURL}/${version}/${contentdir}/${file}\">NoSQL</a>" >> $tmp/index.xml
+        else
+            echo "              -" >> $tmp/index.xml
         fi
         echo "            </td>" >> $tmp/index.xml
         echo "            <td rowspan=\"${num_hosts}\" style=\"text-align:center;\"> </td>" >> $tmp/index.xml
diff --git a/buildNightlyList-cron.sh b/buildNightlyList-cron.sh
index 0047f1a..4b3a9c8 100644
--- a/buildNightlyList-cron.sh
+++ b/buildNightlyList-cron.sh
@@ -280,28 +280,28 @@
 #            echo "              <a href=\"${BaseDownloadURL}/${version}/${contentdir}/${file}\" class=\"info\"><img src=\"http://dev.eclipse.org/large_icons/actions/go-bottom.png\"/><span>Download Install Archive</span></a>" >> $tmp/index.xml
             echo "              <a href=\"${BaseDownloadURL}/${version}/${contentdir}/${file}\">Installer</a>" >> $tmp/index.xml
         else
-            echo "              Z" >> $tmp/index.xml
+            echo "              Installer" >> $tmp/index.xml
         fi
         file=`ls | sort -r | grep -m1 eclipselink-src-[0-9]`
         if [ "${file}" != "" ] ; then
 #            echo "              <a href=\"${BaseDownloadURL}/${version}/${contentdir}/${file}\" class=\"info\">S<span>Download Source Archive</span></a>" >> $tmp/index.xml
             echo "              <a href=\"${BaseDownloadURL}/${version}/${contentdir}/${file}\">Source</a>" >> $tmp/index.xml
         else
-            echo "              S" >> $tmp/index.xml
+            echo "              Source" >> $tmp/index.xml
         fi
         file=`ls | sort -r | grep -m1 eclipselink-plugins-[0-9]`
         if [ "${file}" != "" ] ; then
 #            echo "              <a href=\"${BaseDownloadURL}/${version}/${contentdir}/${file}\" class=\"info\">B<span>Download OSGi Plugins Archive</span></a>" >> $tmp/index.xml
             echo "              <a href=\"${BaseDownloadURL}/${version}/${contentdir}/${file}\">Bundle</a>" >> $tmp/index.xml
         else
-            echo "              B" >> $tmp/index.xml
+            echo "              Bundle" >> $tmp/index.xml
         fi
         file=`ls | sort -r | grep -m1 eclipselink-plugins-nosql-[0-9]`
         if [ "${file}" != "" ] ; then
 #            echo "              <a href=\"${BaseDownloadURL}/${version}/${contentdir}/${file}\" class=\"info\">B<span>Download NoSQL Plugins Archive</span></a>" >> $tmp/index.xml
             echo "              <a href=\"${BaseDownloadURL}/${version}/${contentdir}/${file}\">NoSQL</a>" >> $tmp/index.xml
         else
-            echo "              NoSQL" >> $tmp/index.xml
+            echo "              -" >> $tmp/index.xml
         fi
         echo "            </td>" >> $tmp/index.xml
         echo "            <td rowspan=\"${num_hosts}\" style=\"text-align:center;\"> </td>" >> $tmp/index.xml