diff --git a/releng.wtpbuilder/distribution/incubator.site/templateFiles/monitor-all.php.template b/releng.wtpbuilder/distribution/incubator.site/templateFiles/monitor-all.php.template deleted file mode 100644 index a2148911bf964d5c98b34eac1beee2da55f1bd08..0000000000000000000000000000000000000000 --- a/releng.wtpbuilder/distribution/incubator.site/templateFiles/monitor-all.php.template +++ /dev/null @@ -1,47 +0,0 @@ -<html> -<head> - -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css"> -</head> -<body> -<p><b><font face="Verdana" size="+3">Test Results</font></b> </p> -<table border=0 cellspacing=5 cellpadding=2 width="100%" > - <tr> - <td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">Unit - Test Results </font></b></td> - </tr> -</table> -<p></p><table border="0"> -</table> - -<table width="77%" border="1"> - <tr> - <td width="81%"><b>Tests Performed</b></td> - <td width="19%"><b>Errors & Failures</b></td> - </tr> - - %testresults% - -</table> -<br> -<table border=0 cellspacing=5 cellpadding=2 width="100%" > - <tr> - <td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">Plugins - containing compile errors </font></b></td> - </tr> -</table> - -<table width="77%" border="1"> - <tr> - <td><b>Compile Logs (Jar Files)</b></td> - <td><b>Errors</b></td> - <td><b>Warnings</b></td> - </tr> - - %compilelogs% - -</table> - -</body> -</html> diff --git a/releng.wtpbuilder/distribution/incubator.site/templateFiles/monitor-compile.php.template b/releng.wtpbuilder/distribution/incubator.site/templateFiles/monitor-compile.php.template deleted file mode 100644 index 74927d67b3ec1e766fa53c905a8572a1d18e1f34..0000000000000000000000000000000000000000 --- a/releng.wtpbuilder/distribution/incubator.site/templateFiles/monitor-compile.php.template +++ /dev/null @@ -1,39 +0,0 @@ -<html> -<head> - - -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css"> -</head> -<body> -<p><b><font face="Verdana" size="+1">Test Results are not available yet</font></b> </p> -<table border=0 cellspacing=5 cellpadding=2 width="100%" > - <tr> - <td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">Unit - Tests are in progress. Results will be ready soon... </font></b></td> - </tr> -</table> -<p></p><table border="0"> -</table> - -<p></p> -<table border=0 cellspacing=5 cellpadding=2 width="100%" > - <tr> - <td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">Plugins - containing compile errors </font></b></td> - </tr> -</table> - -<table width="77%" border="1"> - <tr> - <td><b>Compile Logs (Jar Files)</b></td> - <td><b>Errors</b></td> - <td><b>Warnings</b></td> - </tr> - - %compilelogs% - -</table> - -</body> -</html> diff --git a/releng.wtpbuilder/distribution/incubator.site/templateFiles/monitor-tests.php.template b/releng.wtpbuilder/distribution/incubator.site/templateFiles/monitor-tests.php.template deleted file mode 100644 index d31b525a7a13c54cb3d62bd99ff37b6afbd30436..0000000000000000000000000000000000000000 --- a/releng.wtpbuilder/distribution/incubator.site/templateFiles/monitor-tests.php.template +++ /dev/null @@ -1,59 +0,0 @@ -<html> -<head> - -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css"> -</head> -<body> -<p><b><font face="Verdana" size="+1">Compilation and Tests are complete, Performance results are not available yet</font></b> </p> -<table border=0 cellspacing=5 cellpadding=2 width="100%" > - <tr> - <td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">Unit - Performance tests are in progress. Results will be ready soon... </font></b></td> - </tr> -</table> -<p></p><table border="0"> -</table> - -<p></p> - -<p><b><font face="Verdana" size="+3">Test Results</font></b> </p> -<table border=0 cellspacing=5 cellpadding=2 width="100%" > - <tr> - <td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">Unit - Test Results </font></b></td> - </tr> -</table> -<p></p><table border="0"> -</table> - -<table width="77%" border="1"> - <tr> - <td width="81%"><b>Tests Performed</b></td> - <td width="19%"><b>Errors & Failures</b></td> - </tr> - - %testresults% - -</table> -<br> -<table border=0 cellspacing=5 cellpadding=2 width="100%" > - <tr> - <td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">Plugins - containing compile errors </font></b></td> - </tr> -</table> - -<table width="77%" border="1"> - <tr> - <td><b>Compile Logs (Jar Files)</b></td> - <td><b>Errors</b></td> - <td><b>Warnings</b></td> - </tr> - - %compilelogs% - -</table> - -</body> -</html>