diff --git a/releng.wtpbuilder/buildtemplates/distribution/template.site/transformReportToHTML.xml b/releng.wtpbuilder/buildtemplates/distribution/template.site/transformReportToHTML.xml index bdcd774874d41fa3447396730c0e728b936c546f..3e9f35b58d7ada9a3ab70d8038920465ed66c3f3 100644 --- a/releng.wtpbuilder/buildtemplates/distribution/template.site/transformReportToHTML.xml +++ b/releng.wtpbuilder/buildtemplates/distribution/template.site/transformReportToHTML.xml @@ -5,14 +5,13 @@ basedir="."> <target name="main" - description="example.bin.xml to produce example.html"> + description="example.@dot.xml to produce example.@dot.html"> <xslt destdir="${resultDir}/compilelogs" scanincludeddirectories="true" style="compilerXMLOutputToHTML.xsl" force="true" > - <fileset dir="${resultDir}/compilelogs" includes="**/*.bin.xml" /> - <mapper type="glob" from="*.xml" to="*.html"/> + <fileset dir="${resultDir}/compilelogs" includes="**/*.xml" /> </xslt> </target> </project> \ No newline at end of file