rubys       01/09/18 12:49:32

  Modified:    proposal/gump/stylesheet bash.xsl
  Log:
  Fix typo
  
  Revision  Changes    Path
  1.37      +1 -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.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- bash.xsl  2001/09/18 19:14:51     1.36
  +++ bash.xsl  2001/09/18 19:49:32     1.37
  @@ -189,7 +189,7 @@
   
       <xsl:for-each select="project">
         <xsl:sort select="@defined-in"/>
  -      <xsl:if test="defined-in">
  +      <xsl:if test="@defined-in">
           <xsl:variable name="defined-in" select="@defined-in"/>
           <xsl:if test="not(preceding::project[@defined-in=$defined-in])">
             <xsl:text>bash publish.sh project/</xsl:text>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to