blob: ad5c4af56f3e7899e2220f9033cb53cc572c7b70 [file] [log] [blame]
<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">
<title>Download</title>
</head>
<body>
<?php
include '../../../report.php';
$testResults = parse_testResult("testResults.php");
list ($compileErrors, $compileWarnings, $junitFailures) = $testResults;
?>
&nbsp; <table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%" ><tr><td ALIGN=LEFT width="80%">
<p><b><font face="Verdana" size="+3">@type@ Build: @build@</font></b><br>
@date@
</p>
<p>These downloads are provided under the <a href="http://www.eclipse.org/legal/epl/notice.html">Eclipse Foundation
Software User Agreement</a>.</p>
</td></tr></table>
<!-- *********** Build Status ************** -->
<table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"> <b><font face="Arial,Helvetica" color="#FFFFFF">Build, test and performance</font></b></td></tr></table>
<br>
<?
$buildmachineScript="../../../displayBuildMachine.php";
if (file_exists($buildmachineScript))
{
include $buildmachineScript;
echo displayBuildMachine();
}
?>
<br> <a href="buildNotes.php">Build notes</a>
<br> <a href="directory.txt">map files</a>
<br> <a href="testResults.php">Compile logs &amp; test results</a>
<!-- *********** Runtime downloads ************** -->
<table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0">
<b><font face="Arial,Helvetica" color="#FFFFFF">
Web Tools Platform Patches
</font></b></td></tr>
<TR><TD align="LEFT" valign="TOP" colspan="3">
The Eclipse Web Tools Platform Project provides tools for Web Development, and is a platform for adopters making add-on tools for Web Development.
<p>The patches found here are very special purpose and may not run correctly in all contexts. You should not download and install this patch unless
directed to by a WTP Commmitter (or, support personnel).
</TD></TR></table>
%wtpandprereqs%
<table border=0 cellspacing=2 cellpadding=0 width="100%" bordercolor="#999999" >
<tr><td align=RIGHT valign=TOP width="7%">
<div align="left"><b>Status</b></div></td>
<td width="34%"><b>Platform</b></td>
<td width="59%"><b>Download</b></td></tr>
%wtppatch%
</table>
<table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td colspan="2">&nbsp;</td></tr></table>
</body>
</html>