Skip to content
Snippets Groups Projects
index.html.template.php 21 KiB
Newer Older
david_williams's avatar
david_williams committed
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

ini_set("display_errors", "true");
error_reporting (E_ALL);
david_williams's avatar
david_williams committed


$buildBranch="@buildBranch@";
$build="@build@";
$type="@type@";
$builddate="@date@";

$eclipseMirrorPrefixuri="@eclipse.mirror.prefixuri@";
$eclipseFSpathPrefix="@eclipse.fspath.prefix@";

$eclipsefilelinux="@eclipsefilelinux@";
$eclipsefilewindows="@eclipsefilewindows@";
$eclipsefilemacosx="@eclipsefilemacos@";

$eclipseURL="@eclipseURL@";
$eclipseFile="@eclipseFile@";
$eclipseBuildURL="@eclipseBuildURL@";
$eclipseBuildHome="@eclipseBuildHome@";
$testURL="@testURL@";
$testFile="@testFile@";

$wstURL="@wstURL@";
$wstFile="@wstFile@";
$wstMirrorPrefixuri="@wst.mirror.prefixuri@";
$wstBuildHome="@wstBuildHome@";

david_williams's avatar
david_williams committed
$jstURL="@jstURL@";
$jstFile="@jstFile@";
$jstMirrorPrefixuri="@jst.mirror.prefixuri@";
$jstBuildHome="@jstBuildHome@";

$wtpURL="@wtpURL@";
$wtpFile="@wtpFile@";
$wtpMirrorPrefixuri="@wtp.mirror.prefixuri@";
$wtpBuildHome="@wtpBuildHome@";
david_williams's avatar
david_williams committed

$gefURL="@gefURL@";
$gefFile="@gefFile@";
$gefMirrorPrefixuri="@gef.mirror.prefixuri@";
$gefBuildHome="@gefBuildHome@";
$gefName="@getName@";
$gefDescription="@gefDescription@";
david_williams's avatar
david_williams committed

$emfURL="@emfURL@";
$emfFile="@emfFile@";
$emfMirrorPrefixuri="@emf.mirror.prefixuri@";
$emfBuildHome="@emfBuildHome@";
$emfName="@emfName@";
$emfDescription="@emfDescription@";

$emfsourceURL="@emfsourceURL@";
$emfsourceFile="@emfsourceFile@";
$emfsourceMirrorPrefixuri="@emfsource.mirror.prefixuri@";
$emfsourceBuildHome="@emfsourceBuildHome@";
$emfsourceName="@emfsourceName@";
$emfsourceDescription="@emfsourceDescription@";


$emfxsdURL="@emfxsdURL@";
$emfxsdFile="@emfxsdFile@";
$emfxsdMirrorPrefixuri="@emfxsd.mirror.prefixuri@";
$emfxsdBuildHome="@emfxsdBuildHome@";
$emfxsdName="@emfxsdName@";
$emfxsdDescription="@emfxsdDescription@";

$emfxsdsourceURL="@emfxsdsourceURL@";
$emfxsdsourceFile="@emfxsdsourceFile@";
$emfxsdsourceMirrorPrefixuri="@emfxsdsource.mirror.prefixuri@";
$emfxsdsourceBuildHome="@emfxsdsourceBuildHome@";
$emfxsdsourceName="@emfxsdsourceName@";
$emfxsdsourceDescription="@emfxsdsourceDescription@";

$emfvalidationURL="@emfvalidationURL@";
$emfvalidationFile="@emfvalidationFile@";
$emfvalidationMirrorPrefixuri="@emfvalidation.mirror.prefixuri@";
$emfvalidationBuildHome="@emfvalidationBuildHome@";
$emfvalidationName="@emfvalidationName@";
$emfvalidationDescription="@emfvalidationDescription@";

$emfvalidationsourceURL="@emfvalidationsourceURL@";
$emfvalidationsourceFile="@emfvalidationsourceFile@";
$emfvalidationsourceMirrorPrefixuri="@emfvalidationsource.mirror.prefixuri@";
$emfvalidationsourceBuildHome="@emfvalidationsourceBuildHome@";
$emfvalidationsourceName="@emfvalidationsourceName@";
$emfvalidationsourceDescription="@emfvalidationsourceDescription@";


david_williams's avatar
david_williams committed
$dtpURL="@dtpURL@";
$dtpFile="@dtpFile@";
$dtpMirrorPrefixuri="@dtp.mirror.prefixuri@";
$dtpBuildHome="@dtpBuildHome@";
$dtpDescription="@dtpDescription@";
david_williams's avatar
david_williams committed


$eclipserelengFile="@eclipserelengFile@";
$eclipserelengURL="@eclipserelengURL@";
$orbitthirdpartyzipFile="@orbitthirdpartyzipFile@";
$orbitthirdpartyzipURL="@orbitthirdpartyzipURL@";
$orbitthirdpartyzipBuildHome="@orbitthirdpartyzipBuildHome@";
$orbitthirdpartyzipMirrorPrefixuri="@orbitthirdpartyzip.mirror.prefixuri@";


$prereq_eclipse="@prereq.eclipse@";
$prereq_platform="@prereq.platform@";
$prereq_emf="@prereq.emf@";
$prereq_emfxsd="@prereq.emfxsd@";
$prereq_emfvalidation="@prereq.emfvalidation@";
$prereq_gef="@prereq.gef@";
$prereq_dtp="@prereq.dtp@";
$prereq_wst="@prereq.wst@";
$prereq_jst="@prereq.jst@";
$prereq_wtp="@prereq.wtp@";
david_williams's avatar
david_williams committed




$debugScript = false;
$debugFunctions = false;

$defaultMirrorScript="";
$defaultWTPMirrorPrefix="./";

$eclipseMirrorScript="http://www.eclipse.org/downloads/download.php?file=";

// TODO: improve so this hard coding isn't required.
// This depends on the declare script changing webtools/committers to webtools/downloads
// And, the logic is such that if it is not mirrored, this URI is not used at all, just
// a relative reference only
$eclipseWTPMirrorPrefix="/webtools/committers/drops/$buildBranch/$build/";


$mirrorScript=$defaultMirrorScript;
$downloadprefix=$defaultWTPMirrorPrefix;


$keytestMirrorString=$eclipseMirrorScript . "$eclipseWTPMirrorPrefix/@zipprefix@-sdk-$build.zip";
if (isMirrored($keytestMirrorString) ) {
	$mirrorScript=$eclipseMirrorScript;
	$downloadprefix="${mirrorScript}${eclipseWTPMirrorPrefix}";
david_williams's avatar
david_williams committed
}

if ($debugScript)  {
	echo "inferred platform: " . getPlatform();
david_williams's avatar
david_williams committed
}


// our summary results handling requires php 5 (for simple xml file loading)
// so, if not php 5, just don't display any summary results
// This was found to be required, since some mirror our whole site (e.g. IBM)
// and not all mirrors use PHP 5
$displayTestSummary=false;
if (phpversion() >= 5) {

	$code_totalBundles=0;
	$code_totalErrors=0;
	$code_totalWarnings=0;
	$code_totalforbiddenAccessWarningCount=0;
	$code_totaldiscouragedAccessWarningCount=0;

	$test_totalBundles=0;
	$test_totalErrors=0;
	$test_totalWarnings=0;
	$test_totalforbiddenAccessWarningCount=0;
	$test_totaldiscouragedAccessWarningCount=0;


	$displayTestSummary=true;
	// expecting grandTotalErrors and grandTotalTests
	$filename = "unitTestsSummary.xml";
	if (file_exists($filename)) {
		$prefix = "unitTests_";
		$unitTestsSummary = simplexml_load_file($filename);
		foreach ($unitTestsSummary->summaryItem as $summaryItem) {
			$name = $summaryItem->name;
			$value = $summaryItem->value;
			$code= "\$" . $prefix . $name . " = " . $value . ";";
			//echo "<br />code: " . $code;
			eval($code);
		}
	}

	$filename = "compilelogsSummary.xml";
	if (file_exists($filename)) {
		$prefix = "code_";
		$compileSummary = simplexml_load_file($filename);
		foreach ($compileSummary->summaryItem as $summaryItem) {
			$name = $summaryItem->name;
			$value = $summaryItem->value;
			$code= "\$" . $prefix . $name . " = " . $value . ";";
			//echo "<br />code: " . $code;
			eval($code);
		}
	}

	$filename = "testcompilelogsSummary.xml";
	if (file_exists($filename)) {
		$prefix = "test_";
		$compileSummary = simplexml_load_file($filename);
		foreach ($compileSummary->summaryItem as $summaryItem) {
			$name = $summaryItem->name;
			$value = $summaryItem->value;
			$code= "\$" . $prefix . $name . " = " . $value . ";";
			//echo "<br />code: " . $code;
			eval($code);
		}
	}
	echo '<title>WTP Incubator Downloads</title>';
	echo '<title>WTP Downloads</title>';
david_williams's avatar
david_williams committed

?>


</head>

<body>


<?php

// tiny banner to remind when looking at "local" machine results
$serverName = $_SERVER["SERVER_NAME"];

if (!stristr($serverName, "eclipse.org") && !stristr($serverName,"you.are.at.eclipsecon.org")) {
	echo '<center>
david_williams's avatar
david_williams committed
          <p>
          Reminder: this is <font color="#FF0000">' .
	$serverName .
david_williams's avatar
david_williams committed
        '</font>
          See also
          <a href="http://download.eclipse.org/webtools/downloads" target="_top">the live public Eclipse site</a>.
          </p>
          <hr />
          </center>';

}
?>
<?php if ("true" === $incubating) {
	echo "<table BORDER=0 CELLSPACING=2 CELLPADDING=2 WIDTH=\"100%\">";
	echo "	<tr>";
	echo "		<td ALIGN=left><font face=\"'Bitstream Vera',Helvetica,Arial\" size=\"+2\"><b><?php echo \"$type\";?>";
	echo "        Build: $build</b></font></td>";
	echo "		<td align=\"right\" rowspan=\"3\"><a";
	echo "			href=\"http://www.eclipse.org/projects/what-is-incubation.php\"><img";
	echo "			src=\"http://www.eclipse.org/images/egg-incubation.png\"";
	echo "			alt=\"Incubation\" align=\"middle\" border=\"0\"></a></td>";


	echo "	<tr valign=\"top\">";
	echo "		<td><font size=\"-1\">" . $builddate . "</font></td>";
	echo "	</tr>";
	echo "	<tr valign=\"top\">";
	echo "		<td>";
	echo "		<p>The Eclipse Web Tools Platform (WTP) Incubator Project provides";
	echo "		tools for development that are just getting started, or are";
	echo "		experimental in some fashion.</p>";
	echo "		</td>";
	echo "	</tr>";
	echo "</table>";

} else {

	echo "<table BORDER=0 CELLSPACING=2 CELLPADDING=2 WIDTH=\"100%\">";
	echo "	<tr>";
	echo "		<td ALIGN=left><font face=\"'Bitstream Vera',Helvetica,Arial\" size=\"+2\"><b>$type";
	echo "		Build: " . $build . "</b></font></td>";
	echo "		<td><font size=\"-1\">" . $builddate . "</font></td>";
	echo "	</tr>";
	echo "	<tr valign=\"top\">";
	echo "		<td>";
	echo "		<p>Component build from the Eclipse Web Tools Platform (WTP) Project.</p>";
	echo "		</td>";
	echo "	</tr>";
	echo "</table>";

<!-- ***********  Prerequisites **************  -->
david_williams's avatar
david_williams committed
<table border=0 cellspacing=2 cellpadding=2 width="100%">
	<tr>
		<td align="left" valign="top" bgcolor="#0080C0"><font
			face="'Bitstream Vera',Helvetica,Arial" color="#FFFFFF">Prerequisites
		and Handy Extras</font></td>
	</tr>
	<tr>
		<td>
		<p>These are the prerequisites to build or run these packages. All are
		not necessarily required, but instead some subset. Also listed are
		some frequently needed links for committer-required packages when
		creating new development environments, or targets to run against.</p>
		<p>Note that WTP requires Java 5 or higher (and, for some things,
		actually requires a JDK rather than only a JRE) even though many other
		<a href="http://www.eclipse.org/downloads/">Eclipse Projects</a> can
		run with <a href="http://www.eclipse.org/downloads/moreinfo/jre.php">other
		JRE levels</a>.</p>
		<p></p>
		</td>
	</tr>
	<tr>
		<td>
		<table border=0 cellspacing=1 cellpadding=1 width="90%" align="center">


		if ("true" === $prereq_eclipse) {
			echo "<tr valign=\"top\">";
			echo "<td width=\"10%\"></td>";
			echo "<td width=\"40%\">Eclipse Platform (Platform, JDT)</td>";
			//customize page depending on user's browser/platform, if we can detect it
			$usersPlatform = getPlatform();
			// assume windows by default, since likely most frequent, even for cases where
			// platform is "unknown". I've noticed Opera reports 'unknown' :(
			$recommendedFile=$eclipsefilewindows;
			if (strcmp($usersPlatform,"linux")== 0) {
				$recommendedFile=$eclipsefilelinux;
			} else if (strcmp($usersPlatform,"mac") == 0) {
				$recommendedFile=$eclipsefilemacosx;
			}

			echo "<td align=\"right\">";

			echo getPrereqReferenceOrName($eclipseMirrorScript, $eclipseMirrorPrefixuri, $eclipseURL, $recommendedFile, $eclipseFSpathPrefix);
			echo " or <a href=\"" . $eclipseBuildURL . "\">appropriate platform</a>";
			echo " or <a href=\"" . $eclipseBuildHome . "\">equivalent</a></td>";


			echo " </tr>";
		}
		?>

		<?php
		if ("true" === $prereq_emf) {
			echo "<tr valign=\"top\">";
			echo "<td width=\"10%\"></td>";
			echo "<td>";

			echo $emfName . "&nbsp;" . $emfDescription ;

			echo "</td>";
			echo "<td align=\"right\">";

			echo getPrereqReferenceOrName($eclipseMirrorScript, $emfMirrorPrefixuri, $emfURL, $emfFile, $eclipseFSpathPrefix);
			echo " or <a href=\"" . $emfBuildHome . "\">equivalent</a></td>";
			echo " </tr>";
		}
		?>


		<?php
		if ("true" === $prereq_emfxsd) {
			echo "<tr valign=\"top\">";
			echo "<td width=\"10%\"></td>";
			echo "<td>";

			echo $emfxsdName . "&nbsp;" . $emfxsdDescription ;

			echo "</td>";
			echo "<td align=\"right\">";

			echo getPrereqReferenceOrName($eclipseMirrorScript, $emfxsdMirrorPrefixuri, $emfxsdURL, $emfxsdFile, $eclipseFSpathPrefix);
			echo " or <a href=\"" . $emfxsdBuildHome . "\">equivalent</a></td>";
			echo " </tr>";
		}
		?>

		<?php
		if ("true" === $prereq_emfvalidation) {
			echo "<tr valign=\"top\">";
			echo "<td width=\"10%\"></td>";
			echo "<td>";

			echo $emfvalidationName  . "&nbsp;" . $emfvalidationDescription;

			echo "</td>";
			echo "<td align=\"right\">";

			echo getPrereqReferenceOrName($eclipseMirrorScript, $emfvalidationMirrorPrefixuri, $emfvalidationURL, $emfvalidationFile, $eclipseFSpathPrefix);
			echo " or <a href=\"" . $emfvalidationBuildHome . "\">equivalent</a></td>";

			echo " </tr>";
		}
		?>

		<?php
		if ("true" === $prereq_gef) {
			echo "<tr valign=\"top\">";
			echo "<td width=\"10%\"></td>";
			echo "<td>";

			echo $gefName  . "&nbsp;" . $gefDescription;

			echo "</td>";
			echo "<td align=\"right\">";

			echo getPrereqReferenceOrName($eclipseMirrorScript, $gefMirrorPrefixuri, $gefURL, $gefFile, $eclipseFSpathPrefix);
			echo " or <a href=\"" . $gefBuildHome . "\">equivalent</a></td>";

			echo " </tr>";
		}
		?>

		<?php
		if ("true" === $prereq_dtp) {
			echo "<tr valign=\"top\">";
			echo "<td width=\"10%\"></td>";
			echo "<td>";

			echo $dtpName . "&nbsp;" . $dtpDescription;

			echo "</td>";
			echo "<td align=\"right\">";

			echo getPrereqReferenceOrName($eclipseMirrorScript, $dtpMirrorPrefixuri, $dtpURL, $dtpFile, $eclipseFSpathPrefix);
			echo " or <a href=\"" . $dtpBuildHome . "\">equivalent</a></td>";

			echo " </tr>";
		}
		?>
			<tr valign="middle">
				<td width="10%"></td>
				<td colspan="2">
				<hr />
				</td>
			</tr>


			<tr valign="middle">
				<td width="10%"></td>
				<td colspan="2">
				<hr />
				</td>
			</tr>

			<?php
			if ("true" === $prereq_emfvalidation) {
				echo "<tr valign=\"top\">";
				echo "<td width=\"10%\"></td>";
				echo "<td>";
				echo $emfvalidationsourceName . "&nbsp;" . $emfvalidationsourceDescription;
				echo "</td> ";
				echo "<td align=\"right\">";
				echo getPrereqReferenceOrName($eclipseMirrorScript, $emfvalidationsourceMirrorPrefixuri, $emfvalidationsourceURL, $emfvalidationsourceFile, $eclipseFSpathPrefix);
				echo " or <a href=\"" . $emfvalidationsourceBuildHome . "\">equivalent</a></td>";
				echo "</tr>";
			}
			?>

			<?php
			if (true) {
				echo "<tr valign=\"top\">";
				echo "<td width=\"10%\"></td>";
				echo "<td>";
				echo "Eclipse Test Framework (required only for Automated JUnit tests)";
				echo "</td> ";
				echo "<td align=\"right\">";

				echo getPrereqReferenceOrName($eclipseMirrorScript, $eclipseMirrorPrefixuri, $testURL, $testFile, $eclipseFSpathPrefix);
				echo " or <a href=\"" . $eclipseBuildHome . "\">equivalent</a></td>";

			<tr valign="top">
				<td width="10%"></td>
				<td>Eclipse releng tool (required only for committers to more easily
				"release" code to a build)</td>
				<td align="right"><?php
				echo getPrereqReferenceOrName($eclipseMirrorScript, $eclipseMirrorPrefixuri, $eclipserelengURL, $eclipserelengFile, $eclipseFSpathPrefix);
				echo " or <a href=\"" . $eclipseBuildHome . "\">equivalent</a></td>";
				?>
			
			</tr>

			<tr valign="top">
				<td width="10%"></td>
				<td>Third Party code from Orbit. Not required and is currently much
				more than needed for WTP, but some committers like using to create a
				PDE target.</td>
				<td align="right"><?php
				echo getPrereqReferenceOrName($eclipseMirrorScript, $orbitthirdpartyzipMirrorPrefixuri, $orbitthirdpartyzipURL, $orbitthirdpartyzipFile,$eclipseFSpathPrefix);
				echo " or <a href=\"" . $orbitthirdpartyzipBuildHome . "\">equivalent</a></td>";
				?>
			
			</tr>

		</table>
		</td>
	</tr>
david_williams's avatar
david_williams committed
</table>

<!-- ***********  WTP **************  -->
<table border=0 cellspacing=2 cellpadding=2 width="100%">
	<tr>
		<td align=left valign=top colspan="5" bgcolor="#0080C0"><font
			face="'Bitstream Vera',Helvetica,Arial" color="#FFFFFF"> Web Tools
	</tr>

	<tr>
		<td align="left" valign="top" colspan="5">
		<p>@longdescription@</p>
		</td>
	</tr>
	<tr>
		<td>
		<table border=0 cellspacing=2 cellpadding=2 width="90%" align="center">


			<tr>
				<td align="left" valign="top" width="10%"><b>Minimal</b></td>
				<td align="left" valign="top">
				<p>Executable code only.</p>
				</td>
				<?php
				$zipfilename="@zipprefix@-${build}";
				$filename=$zipfilename.".zip";
				$zipfilesize=fileSizeForDisplay($filename);
				$fileShortDescription="@shortname@";
				displayFileLine($downloadprefix, $filename, $zipfilesize, $fileShortDescription);
				?>
			</tr>

			<tr>
				<td align="left" valign="top" width="10%"><b>SDK</b></td>
				<td align="left" valign="top">
				<p>Executable code and source code.</p>
				</td>
				<?php
				$zipfilename="@zipprefix@-sdk-${build}";
				$filename=$zipfilename.".zip";
				$zipfilesize=fileSizeForDisplay($filename);
				$fileShortDescription="@shortname@ sdk";
				displayFileLine($downloadprefix, $filename, $zipfilesize, $fileShortDescription);
				?>
			</tr>
			<tr>
				<td align="left" valign="top" width="10%"><b>Tests</b></td>
				<td align="left" valign="top">
				<p>Unit tests.</p>
				</td>
				<?php
				$zipfilename="@zipprefix@-tests-${build}";
				$filename=$zipfilename.".zip";
				$zipfilesize=fileSizeForDisplay($filename);
				$fileShortDescription="@shortname@ tests";
				displayFileLine($downloadprefix, $filename, $zipfilesize, $fileShortDescription);
				?>
			</tr>
		</table>
		</td>
	
	
	<tr>
david_williams's avatar
david_williams committed

</table>







<!-- ***********  Build Status **************  -->
<table border=0 cellspacing=2 cellpadding=2 width="100%">
	<tr>
		<td align=left valign=top bgcolor="#0080C0"><font
			face="'Bitstream Vera',Helvetica,Arial" color="#FFFFFF">Status, tests
		and other interesting details</font></td>
	</tr>
	<tr>
		<td>
		<table border=0 cellspacing=2 cellpadding=2 width="90%" align="center">

			<tr>
				<td><a href="buildNotes.php">Build notes</a> <br />
				<a href="directory.txt">map files</a> <br />
				<?php

				if ($displayTestSummary) {


					if (isset($unitTests_grandTotalErrors)) {
						$errorColor="green";
						if ($unitTests_grandTotalErrors > 0) {
							$errorColor="red";
						}
						echo "<a href=\"testResults.php\">Unit test results</a>&nbsp;";
						echo "<img src=\"junit_err.gif\"/><font color=\"" . $errorColor . "\">" . $unitTests_grandTotalErrors . "</font>&nbsp;&nbsp;Total: " . $unitTests_grandTotalTests;
					}
					else {
						// we hardly ever "pend" anymore ... abscense usually signifies no tests or a build error.
						echo "<br /><font color=\"orange\">Unit tests don't exists, are pending, or there's a build error.</font>";
						//&nbsp;&nbsp;<img src=\"pending.gif\"/>";
					}

					echo "<br />";
					echo "<a href=\"compileResults.php\">Compile logs: Code Bundles</a>";

					echo "&nbsp;&nbsp;($code_totalBundles)&nbsp;&nbsp;";
					echo "<img src=\"compile_err.gif\"/><font color=red>$code_totalErrors</font>&nbsp;";
					echo "<img src=\"compile_warn.gif\"/><font color=orange>$code_totalWarnings</font>&nbsp;";
					echo "<img src=\"access_err.gif\"/><font color=red>$code_totalforbiddenAccessWarningCount</font>&nbsp;";
					echo "<img src=\"access_warn.gif\"/><font color=orange>$code_totaldiscouragedAccessWarningCount</font>&nbsp;";

					echo "<br />";
					echo "<a href=\"testCompileResults.php\">Compile logs: Test Bundles</a>";

					echo "&nbsp;&nbsp;($test_totalBundles)&nbsp;&nbsp;";
					echo "<img src=\"compile_err.gif\"/><font color=red>$test_totalErrors</font>&nbsp;";
					echo "<img src=\"compile_warn.gif\"/><font color=orange>$test_totalWarnings</font>&nbsp;";
					echo "<img src=\"access_err.gif\"/><font color=red>$test_totalforbiddenAccessWarningCount</font>&nbsp;";
					echo "<img src=\"access_warn.gif\"/><font color=orange>$test_totaldiscouragedAccessWarningCount</font>&nbsp;";
				}

				?> <br />

				<?php
				if (file_exists("versioningReportName.php")) {
					include "versioningReportName.php";
					$fname="${versionReportFilename}.html";
					if (file_exists($fname)) {
						echo "<br /> <a href='$fname'>Versioning Information</a>";
					}
david_williams's avatar
david_williams committed
}
?> <?php
echo "<br />";
if (file_exists("./apiresults/api-progress.html"))
{
	echo "<br /> <a href=\"apiresults/api-progress.html\">API Progress Report</a>";
david_williams's avatar
david_williams committed
}
if (file_exists("./apiresults/api-info-summary.html"))
{
	echo "<br /> <a href=\"apiresults/api-info-summary.html\">APIs Defined by Each Component</a>";
david_williams's avatar
david_williams committed
}
if (file_exists("./apiresults/api-ref-compatibility.html"))
{
	echo "<br /> <a href=\"apiresults/api-ref-compatibility.html\">Adopter Breakage Report</a>";
david_williams's avatar
david_williams committed
}
if (file_exists("./apiresults/api-violation-summary.html"))
{
	echo "<br /> <a href=\"apiresults/api-violation-summary.html\">API Violations</a>";
david_williams's avatar
david_williams committed
}
if (file_exists("./apiresults/component-api-violation-all.html"))
{
	echo "<br /> <a href=\"apiresults/component-api-violation-all.html\">Non-API dependencies</a>";
david_williams's avatar
david_williams committed
}
if (file_exists("./apiresults/api-tc-summary.html"))
{
	echo "<br /> <a href=\"apiresults/api-tc-summary.html\">API Test Coverage</a>";
david_williams's avatar
david_williams committed
}
if (file_exists("./apiresults/api-javadoc-summary.html"))
{
	echo "<br /> <a href=\"apiresults/api-javadoc-summary.html\">API Javadoc Coverage</a>";
david_williams's avatar
david_williams committed
}
if (file_exists("./apiresults/api-tc-summary.html"))
{
	echo "<br /><br /> <a href=\"apiresults/full_test_coverage/api-tc-summary.html\">Test Coverage for All Classes and Methods</a>";
david_williams's avatar
david_williams committed
}
?> <?php
if (file_exists("./perfresults/graph/performance.php"))
{
	echo "<br />";
	echo "<br /> <a href=\"perfresults/graph/performance.php\">Performance Results</a>";
	echo "<br />";
david_williams's avatar
david_williams committed
}
?></td>
			</tr>
		</table>
		</td>
	</tr>
david_williams's avatar
david_williams committed
</table>



<!-- footer -->
<center>
<hr>
<p>All downloads are provided under the terms and conditions of the <a
	href="http://www.eclipse.org/legal/notice.html">Eclipse.org Software
david_williams's avatar
david_williams committed
User Agreement</a> unless otherwise specified.</p>

<p>If you have problems downloading the drops, contact the <font
	face="'Bitstream Vera',Helvetica,Arial" size="-1"><a
	href="mailto:webmaster@eclipse.org">webmaster</a></font>.</p>
david_williams's avatar
david_williams committed

</center>
<!-- end footer -->


</body>
</html>