You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by bo...@apache.org on 2002/07/24 13:42:56 UTC

cvs commit: jakarta-alexandria/proposal/gump/stylesheet deliver-local.xsl

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&#10;</xsl:text>
         <xsl:text>&#10;</xsl:text>
         <xsl:text>rm -rf </xsl:text>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>