settingsengines/sdb/reports/index.html
author Bob Rosenberg <bob.rosenberg@nokia.com>
Tue, 26 Oct 2010 10:43:50 +0100
changeset 8 a2e65c705db8
parent 1 b538b70cbe51
permissions -rw-r--r--
Fix for bug when joining where ID prefixes would be added even if they use the default ID namespace

<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>Symbian Database Creation Tool Build Results</title>
    <link rel="stylesheet" href="styles.css" type="text/css"/>	
</head>
	<body class="body_text" align="centre">
	
	<table border="0" width="50%" align="center">
		<tr>
			<td align="center"><h3>Symbian Database Creation Tool - Build Results</h3></td>
		</tr>
		
		<tr>
			<td width="60%"><hr/></td>			
		</tr>
	
		<tr>
			<td>
				<table border="0" width="40%" align="center">	
					<tr valign="top">
						<td colspan="2"><a href="junit/index.html"><font color="red">Unit Test Reports</font></a></td>
					</tr>
					
					<tr valign="top">
						<td colspan="2"><a href="coverage/core.html"><font color="red">Code Coverage Report</font></a></td>			
					</tr>
					
					<tr valign="top">
						<td colspan="2"><a href="pmd_report.html"><font color="red">PMD Report</font></a></td>			
					</tr>
					
					<tr valign="top">
						<td colspan="2"><a href="sdb.zip"><font color="red">Built zip</font></a></td>			
					</tr>
					
					<tr valign="top">
						<td colspan="2"><a href="sdb.tar.gz"><font color="red">Linux Distro</font></a></td>			
					</tr>
					
					<tr valign="top">
						<td colspan="2"><a href="sdb_instr.zip"><font color="red">Instrumented zip</font></a></td>			
					</tr>
					
					<tr valign="top">
						<td colspan="2"><a href="core_metadata.em"><font color="red">Instrumentation Metadata</font></a></td>			
					</tr>				
				</table>
			</td>
		</tr>
	</table>		
	</body>
</html>