Mark old index.html.template.php deprecated, since we now generate the web page from webtools.releng.aggregator/wtp-parent/templateFiles/index.html.template.php Signed-off-by: nickboldt <nboldt@redhat.com>
diff --git a/releng.wtpbuilder/buildtemplates/distribution/template.site/templateFiles/index.html.template.php b/releng.wtpbuilder/buildtemplates/distribution/template.site/templateFiles/index.html.template.php index 35938d0..9b95180 100644 --- a/releng.wtpbuilder/buildtemplates/distribution/template.site/templateFiles/index.html.template.php +++ b/releng.wtpbuilder/buildtemplates/distribution/template.site/templateFiles/index.html.template.php
@@ -3,6 +3,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <!-- generated from releng.wtpbuilder/buildtemplates/distribution/template.site/templateFiles/index.html.template.php --> +<!-- DEPRECATED. See webtools.releng.aggregator/wtp-parent/templateFiles/index.html.template.php --> <?php
diff --git a/releng.wtpbuilder/distribution/dali.site/templateFiles/index.html.template.php b/releng.wtpbuilder/distribution/dali.site/templateFiles/index.html.template.php index 3699c28..05f4446 100644 --- a/releng.wtpbuilder/distribution/dali.site/templateFiles/index.html.template.php +++ b/releng.wtpbuilder/distribution/dali.site/templateFiles/index.html.template.php
@@ -2,11 +2,8 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> - - - - - +<!-- generated from releng.wtpbuilder/distribution/dali.site/templateFiles/index.html.template.php --> +<!-- DEPRECATED. See webtools.releng.aggregator/wtp-parent/templateFiles/index.html.template.php --> <?php
diff --git a/releng.wtpbuilder/distribution/jsdt.site/templateFiles/index.html.template.php b/releng.wtpbuilder/distribution/jsdt.site/templateFiles/index.html.template.php index fee0ad9..38925ed 100644 --- a/releng.wtpbuilder/distribution/jsdt.site/templateFiles/index.html.template.php +++ b/releng.wtpbuilder/distribution/jsdt.site/templateFiles/index.html.template.php
@@ -2,11 +2,8 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> - - - - - +<!-- generated from releng.wtpbuilder/distribution/jsdt.site/templateFiles/index.html.template.php --> +<!-- DEPRECATED. See webtools.releng.aggregator/wtp-parent/templateFiles/index.html.template.php --> <?php
diff --git a/releng.wtpbuilder/distribution/patches32x.site/templateFiles/index.html.template.php b/releng.wtpbuilder/distribution/patches32x.site/templateFiles/index.html.template.php index 1647e29..2317a89 100644 --- a/releng.wtpbuilder/distribution/patches32x.site/templateFiles/index.html.template.php +++ b/releng.wtpbuilder/distribution/patches32x.site/templateFiles/index.html.template.php
@@ -2,11 +2,8 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> - - - - - +<!-- generated from releng.wtpbuilder/distribution/patches32x.site/templateFiles/index.html.template.php --> +<!-- DEPRECATED. See webtools.releng.aggregator/wtp-parent/templateFiles/index.html.template.php --> <?php
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 02e53fc..cc0abb5 100644 --- a/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template.php +++ b/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template.php
@@ -3,6 +3,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <!-- generated from releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template.php --> +<!-- DEPRECATED. See webtools.releng.aggregator/wtp-parent/templateFiles/index.html.template.php --> <?php @@ -97,7 +98,7 @@ <td align="left" valign="top" colspan="5"> <p>These are p2 repositories (or zips of repos). Zips can be downloaded and installed into a development environment or PDE target. - Do not simply unzip these - you should use Eclipse / p2 to perform an installation instead.</p> + <br/>Do not simply unzip these - you should use Eclipse / p2 to perform an installation instead.</p> </td> </tr> @@ -147,7 +148,8 @@ <?php } ?> </table> - </tr></table> + </tr> +</table> <!-- *********** Traditional Zips ************** --> @@ -243,7 +245,6 @@ </tr> - </table> <?php include 'webdev.php'; ?> @@ -381,8 +382,5 @@ - - - </body> </html>
diff --git a/releng.wtpbuilder/distribution/wtp4x.site/templateFiles/index.html.template.php b/releng.wtpbuilder/distribution/wtp4x.site/templateFiles/index.html.template.php index bafec18..f6b873c 100644 --- a/releng.wtpbuilder/distribution/wtp4x.site/templateFiles/index.html.template.php +++ b/releng.wtpbuilder/distribution/wtp4x.site/templateFiles/index.html.template.php
@@ -3,6 +3,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <!-- generated from releng.wtpbuilder/distribution/wtp4x.site/templateFiles/index.html.template.php --> +<!-- DEPRECATED. See webtools.releng.aggregator/wtp-parent/templateFiles/index.html.template.php --> <?php @@ -302,7 +303,7 @@ } else { // we may really be pending (tests still running) or maybe they failed in unexpted way?. - echo "<br /><font color=\"red\">Unit tests are not included in this build. See latest <a href=\"https://hudson.eclipse.org/webtools/view/webtools_R3_10/\">CI builds here</a> for unit tests per component.</font>"; + echo "<br /><font color=\"red\">Unit tests are not available in this build. See latest <a href=\"https://hudson.eclipse.org/webtools/view/webtools_R3_10/\">CI builds here</a> for unit tests per component.</font>"; } }