rubys 2003/01/25 05:57:17
Modified: stylesheet win2k.xsl
Log:
changelog-cent and nounit-gpl-cent both end up an extra cvs entries which
causes failures on Windows. Also port over the scorecard logic which only
got added to bash
Revision Changes Path
1.45 +4 -1 jakarta-gump/stylesheet/win2k.xsl
Index: win2k.xsl
===================================================================
RCS file: /home/cvs/jakarta-gump/stylesheet/win2k.xsl,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- win2k.xsl 16 Jan 2003 17:04:46 -0000 1.44
+++ win2k.xsl 25 Jan 2003 13:57:17 -0000 1.45
@@ -6,6 +6,9 @@
<!-- build -->
<!-- =================================================================== -->
+ <xsl:template match="scorecard">
+ </xsl:template>
+
<xsl:template match="build">
<xsl:text>@echo off </xsl:text>
<xsl:text>@if "%GUMP_ECHO%" == "on" echo %GUMP_ECHO% </xsl:text>
@@ -569,7 +572,7 @@
<!-- cvs update -->
<!-- =================================================================== -->
- <xsl:template match="cvs">
+ <xsl:template match="cvs[@srcdir]">
<xsl:text>SET STATUS=SUCCESS </xsl:text>
<!-- update -->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>