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 ru...@apache.org on 2001/08/28 19:14:29 UTC

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

rubys       01/08/28 10:14:29

  Modified:    proposal/gump/stylesheet bash.xsl
  Log:
  update all is broken
  
  Revision  Changes    Path
  1.31      +2 -1      jakarta-alexandria/proposal/gump/stylesheet/bash.xsl
  
  Index: bash.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/bash.xsl,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- bash.xsl	2001/08/28 16:15:38	1.30
  +++ bash.xsl	2001/08/28 17:14:29	1.31
  @@ -28,7 +28,8 @@
   
       <xsl:text>all)&#10;</xsl:text>
       <xsl:text>  export all=1&#10;</xsl:text>
  -    <xsl:for-each select=".//project">
  +    <xsl:for-each select=".//project | .//module">
  +      <xsl:value-of select="@name"/>
         <xsl:text>  export </xsl:text>
         <xsl:value-of select="translate(@name,'-.','__')"/>
         <xsl:text>=1&#10;</xsl:text>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: alexandria-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: alexandria-dev-help@jakarta.apache.org