blob: 33026eb3feb3520f1828a1d53f501c2fcc785607 [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;
$violations = parse("apitools/index.xml", "count=\"");
$tc = parse("apitools/index-api-tc.xml", "missing-coverage-count=\"");
$removed_apis = parse("apitools/index-api-compatibility.xml", "removed-api-count=\"");
?>
&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> <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>
<?php
echo "<img src=\"http://download.eclipse.org/technology/dali/downloads/compile_err.gif\"/><font color=red>$compileErrors</font>&nbsp;";
echo "<img src=\"http://download.eclipse.org/technology/dali/downloads/compile_warn.gif\"/><font color=orange>$compileWarnings</font>&nbsp;";
echo "<img src=\"http://download.eclipse.org/technology/dali/downloads/junit_err.gif\"/><font color=red>$junitFailures</font>";
?>
<br> <a href="whatisfixed/buglog.html">What is fixed</a>
<!--
<br> <a href="perf/results/graph/global.php">Performance results</a>
-->
<br> <a href="pii.php">Unused property messages</a>
<!-- To view cvs changes since the last build click <A href="rloghtml/rlog.html">here</A>.<BR> -->
<p/>
<?php
if (file_exists("./apiresults"))
{
echo "<br>";
echo "<br> <a href=\"apiresults/api-progress.html\">API Progress Report</a>";
echo "<br> <a href=\"apiresults/api-info-summary.html\">APIs Defined by Each Component</a>";
echo "<br> <a href=\"apiresults/api-ref-compatibility.html\">Adopter Breakage Report</a>";
echo "<br> <a href=\"apiresults/api-violation-summary.html\">API Violations</a>";
echo "<br> <a href=\"apiresults/component-api-violation-all.html\">Non-API dependencies</a>";
echo "<br> <a href=\"apiresults/api-tc-summary.html\">API Test Coverage</a>";
echo "<br> <a href=\"apiresults/api-javadoc-summary.html\">API Javadoc Coverage</a>";
}
?>
<?php
if (file_exists("./perfresults"))
{
echo "<br>";
echo "<br> <a href=\"perfresults/graph/performance.php\">Performance Results</a>";
echo "<br>";
}
?>
<!-- *********** Requirements ************** -->
<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">Requirements</font></b></td></tr></table>
<P>These are the prerequisites to install Dali;. They must be downloaded and installed
before Dali can be installed.</P>
<br>
<li>The Eclipse driver used in this build is <a href="@eclipseURL@">@eclipseFile@</a>. You can find a suitable driver for your platform at <a href=@eclipseBuildURL@>here</a><br></li>
<li>The EMF driver used in this build is <a href="@emfURL@">@emfFile@</a><br></li>
<li>The GEF driver used in this build is <a href="@gefURL@">@gefFile@</a><br></li>
<li>Java EMF Model Runtime driver used in this build is <a href="@jemURL@">@jemFile@</a><br></li>
<li>The WTP runtime module used in this build is <a href="@wtpURL@">@wtpFile@</a><br></li>
<P></P>
<!-- *********** 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">
Dali Runtime </font></b></td>
</tr>
<TR>
<TD align="LEFT" valign="TOP" colspan="3"> This module includes the complete
set of plug-in to run Dali.</TD>
</TR></table>
<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>
%dali-runtime%
</table>
<table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td colspan="2">&nbsp;</td></tr></table>
<!-- *********** Automated Test Downloads ************** -->
<table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td align=LEFT valign=TOP colspan="3" bgcolor="#999999">
<b><font face="Arial,Helvetica" color="#FFFFFF">
Automated Tests
</font></b></td></tr>
<TR>
<TD align="LEFT" valign="TOP" colspan="3"> This download contains the JUnit
tests for the Dali project</TD>
</TR></table>
<table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td colspan="2">&nbsp;</td></tr></table>
<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>
<tr><td>%dali-tests%</td></tr>
</table>
<table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td colspan="2">&nbsp;</td></tr></table>
</body>
</html>