Added copy to copy the XSL so it's available if ever an XML is generated there.
--- a/common/build.xml Wed Oct 07 11:06:27 2009 +0100
+++ b/common/build.xml Wed Oct 07 15:31:08 2009 +0100
@@ -534,6 +534,8 @@
<arg value="--rules=${sf.common.config.dir}/tools/brag/rules.${sf.brag.id}.tsv"/>
<arg value="${sf.brag.log}"/>
</exec>
+ <!-- And copy the XSL so the output can be transformed by a browser -->
+ <copy file="${sf.common.config.dir}/tools/brag/brag.xsl" toDir="${build.log.dir}/summary/"/>
</target>
</project>