Skip to content
Snippets Groups Projects
Commit 4982c8a2 authored by Nick Boldt's avatar Nick Boldt
Browse files

Mark old index.html.template.php deprecated, since we now generate the web...

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: default avatarnickboldt <nboldt@redhat.com>
parent cc08ff6c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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 @@ if (phpversion() >= 5) {
<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 @@ if (phpversion() >= 5) {
<?php } ?>
</table>
</tr></table>
</tr>
</table>
<!-- *********** Traditional Zips ************** -->
......@@ -243,7 +245,6 @@ if (phpversion() >= 5) {
</tr>
</table>
<?php include 'webdev.php'; ?>
......@@ -381,8 +382,5 @@ User Agreement</a> unless otherwise specified.</p>
</body>
</html>
......@@ -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 @@ if (phpversion() >= 5) {
} 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>";
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment