Switch on build breakage email notifications.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell 2008-03-18 18:24:19 +00:00
parent 60854f1ae2
commit 0c2d0fcf98
3 changed files with 15 additions and 12 deletions

View file

@ -20,7 +20,9 @@
<xsl:template match="/">
<emaillookup>
<xsl:apply-templates select="//table/tr"/>
<xsl:apply-templates select="//table/tr">
<xsl:sort select="normalize-space(td[1])"/>
</xsl:apply-templates>
</emaillookup>
</xsl:template>