200247 (in temp branch, to test) Create separate build/distributions for the Faceted Project Framework improve HTML wording
diff --git a/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template.php b/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template.php index 5ae1671..5c1d10b 100644 --- a/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template.php +++ b/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template.php
@@ -541,12 +541,11 @@ <?php -$bellwether_zipfilename="wtp-common-fproj-$build"; -$bellwether_filename=$zipfilename.".zip"; -$bellwether_wholePath = trim($eclipseFSpathPrefix) . "/" . trim($mirrorPrefixuri) . "/" . trim($bellwether_filename); -if (file_exists($bellwether_wholePath)) { -// include whole section if the bellwether file exists -// (for example, it may not exist on builds for "old" streams) +$bellwether_zipfilename="wtp-common-fproj-".$build.".zip"; +if (file_exists($bellwether_zipfilename)) { +// if-then-include section +// include this whole section if (and only if) the bellwether file exists. +// For example, it may not exist on builds for "old" streams. ?> <!-- *********** Faceted Project Framework ************** --> @@ -649,7 +648,7 @@ </table> <?php -// end if-then-include section +// end the if-then-include section } ?>