bodewig 2002/07/24 04:42:56
Modified: proposal/gump/stylesheet deliver-local.xsl
Log:
skip sites that are not defined in the workspace.
Revision Changes Path
1.2 +2 -2 jakarta-alexandria/proposal/gump/stylesheet/deliver-local.xsl
Index: deliver-local.xsl
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/deliver-local.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- deliver-local.xsl 20 Mar 2002 18:00:25 -0000 1.1
+++ deliver-local.xsl 24 Jul 2002 11:42:56 -0000 1.2
@@ -9,8 +9,8 @@
<xsl:template match="text()|@*" />
- <xsl:template match="site">
- <xsl:if test="not(preceding::site)">
+ <xsl:template match="site[@username]">
+ <xsl:if test="not(preceding::site[@username])">
<xsl:text>#!/bin/sh </xsl:text>
<xsl:text> </xsl:text>
<xsl:text>rm -rf </xsl:text>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>