blob: b24fb27b04782c7760fb1b024a034701845a21bc [file] [log] [blame]
<?xml version="1.0" encoding="us-ascii" ?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="cc.xsl"/>
<xsl:output method="html"/>
<xsl:template match="/">
<html>
<head>
<title>CruiseControl Build Result</title>
</head>
<body>
<xsl:apply-imports/>
</body>
</html>
</xsl:template>
</xsl:stylesheet>