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

update templates to add links to the repository and repositoryunittests repos;...

update templates to add links to the repository and repositoryunittests repos; relabel the test zips since they do NOT contain all the SDK content

Signed-off-by: default avatarnickboldt <nboldt@redhat.com>
parent 2c259afb
No related branches found
No related tags found
No related merge requests found
......@@ -2,11 +2,7 @@
<head>
<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 -->
<?php
......@@ -843,17 +839,14 @@ if (!stristr($serverName, "eclipse.org") && !stristr($serverName,"you.are.at.ecl
<table border=0 cellspacing=2 cellpadding=2 width="100%">
<tr>
<td align=left valign=top colspan="2" bgcolor="#0080C0"><font
face="'Bitstream Vera',Helvetica,Arial" color="#FFFFFF">P2
repositories in zipped format files.</font></td>
face="'Bitstream Vera',Helvetica,Arial" color="#FFFFFF">p2 repos (update sites)</font></td>
</tr>
<tr>
<td align="left" valign="top" colspan="5">
<p>These are archive versions of P2 repositories that can be
<p>These are zips of p2 repos, which should be
downloaded and installed into a development environment or PDE target.
Its is recommended to install, rather than to to unzip the traditional
packages, since it is more informative of missing prerequites or
conflicting dependencies.</p>
Do not simply unzip these - you should use Eclipse / p2 to perform an installation instead.</p>
</td>
</tr>
......
......@@ -2,11 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- generated from releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template.php -->
<?php
......@@ -94,17 +90,14 @@ if (phpversion() >= 5) {
<table border=0 cellspacing=2 cellpadding=2 width="100%">
<tr>
<td align=left valign=top colspan="2" bgcolor="#0080C0"><font
face="'Bitstream Vera',Helvetica,Arial" color="#FFFFFF">P2
repositories in zipped format files.</font></td>
face="'Bitstream Vera',Helvetica,Arial" color="#FFFFFF">p2 repos (update sites)</font></td>
</tr>
<tr>
<td align="left" valign="top" colspan="5">
<p>These are archive versions of P2 repositories that can be
<p>These are p2 repositories (or zips of repos). Zips can be
downloaded and installed into a development environment or PDE target.
Its is recommended to install, rather than to to unzip the traditional
packages, since it is more informative of missing prerequites or
conflicting dependencies.</p>
Do not simply unzip these - you should use Eclipse / p2 to perform an installation instead.</p>
</td>
</tr>
......@@ -121,9 +114,9 @@ if (phpversion() >= 5) {
if (file_exists($filename)) {
?>
<tr>
<td align="left" valign="top" width="10%"><b>Code Repository</b></td>
<td align="left" valign="top" width="10%"><b><a href=repository>Code Repository</a></b></td>
<td align="left" valign="top">
<p>Archived p2 repository of WTP code. Good for product builders. </p>
<p>Archived <a href=repository>p2 repository of WTP code</a>. Good for product builders. </p>
</td>
<?php
$zipfilesize=fileSizeForDisplay($filename);
......@@ -134,16 +127,16 @@ if (phpversion() >= 5) {
<?php } ?>
<?php
$shortname="$build_distribution-tests-repo";
$shortname=$build_distribution."-tests-repo";
$zipfilename=$shortname."-".$build;
$filename=$zipfilename.".zip";
if (file_exists($filename)) {
?>
<tr>
<td align="left" valign="top" width="10%"><b>Tests Repository</b></td>
<td align="left" valign="top" width="10%"><b><a href=repositoryunittests>Tests Repository</a></b></td>
<td align="left" valign="top">
<p>Archived p2 repository of WTP code (as above) but also contains unit tests. All-in-one repo, ideal for committers.</p>
<p>Archived <a href=repositoryunittests>p2 repository of WTP unit tests</a>.</p>
</td>
<?php
$zipfilesize=fileSizeForDisplay($filename);
......@@ -154,8 +147,7 @@ if (phpversion() >= 5) {
<?php } ?>
</table>
</tr>
</table>
</tr></table>
<!-- *********** Traditional Zips ************** -->
......@@ -310,7 +302,7 @@ if (phpversion() >= 5) {
} else {
// we may really be pending (tests still running) or maybe they failed in unexpted way?.
echo "<br /><font color=\"orange\">Unit tests are pending, or otherwise don't exists, or there is an unanticipated build error.</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>";
}
}
......
......@@ -2,11 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- generated from releng.wtpbuilder/distribution/wtp4x.site/templateFiles/index.html.template.php -->
<?php
......@@ -94,17 +90,14 @@ if (phpversion() >= 5) {
<table border=0 cellspacing=2 cellpadding=2 width="100%">
<tr>
<td align=left valign=top colspan="2" bgcolor="#0080C0"><font
face="'Bitstream Vera',Helvetica,Arial" color="#FFFFFF">P2
repositories in zipped format files.</font></td>
face="'Bitstream Vera',Helvetica,Arial" color="#FFFFFF">p2 repos (update sites)</font></td>
</tr>
<tr>
<td align="left" valign="top" colspan="5">
<p>These are archive versions of P2 repositories that can be
<p>These are p2 repositories (or zips of repos). Zips can be
downloaded and installed into a development environment or PDE target.
Its is recommended to install, rather than to to unzip the traditional
packages, since it is more informative of missing prerequites or
conflicting dependencies.</p>
<br/>Do not simply unzip these - you should use Eclipse / p2 to perform an installation instead.</p>
</td>
</tr>
......@@ -121,9 +114,9 @@ if (phpversion() >= 5) {
if (file_exists($filename)) {
?>
<tr>
<td align="left" valign="top" width="10%"><b>Code Repository</b></td>
<td align="left" valign="top" width="10%"><b><a href=repository>Code Repository</a></b></td>
<td align="left" valign="top">
<p>Archived p2 repository of WTP code. Good for product builders. </p>
<p>Archived <a href=repository>p2 repository of WTP code</a>. Good for product builders. </p>
</td>
<?php
$zipfilesize=fileSizeForDisplay($filename);
......@@ -134,16 +127,16 @@ if (phpversion() >= 5) {
<?php } ?>
<?php
$shortname="$build_distribution-tests-repo";
$shortname=$build_distribution."-tests-repo";
$zipfilename=$shortname."-".$build;
$filename=$zipfilename.".zip";
if (file_exists($filename)) {
?>
<tr>
<td align="left" valign="top" width="10%"><b>Tests Repository</b></td>
<td align="left" valign="top" width="10%"><b><a href=repositoryunittests>Tests Repository</a></b></td>
<td align="left" valign="top">
<p>Archived p2 repository of WTP code (as above) but also contains unit tests. All-in-one repo, ideal for committers.</p>
<p>Archived <a href=repositoryunittests>p2 repository of WTP unit tests</a>.</p>
</td>
<?php
$zipfilesize=fileSizeForDisplay($filename);
......@@ -309,7 +302,7 @@ if (phpversion() >= 5) {
} else {
// we may really be pending (tests still running) or maybe they failed in unexpted way?.
echo "<br /><font color=\"orange\">Unit tests are pending, or otherwise don't exists, or there is an unanticipated build error.</font>";
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>";
}
}
......
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