rubys       01/02/22 08:17:41

  Modified:    proposal/gump/stylesheet bash.xsl
  Log:
  Fix to allow the building of multiple targets
  
  Revision  Changes    Path
  1.6       +2 -2      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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- bash.xsl  2001/02/11 04:15:25     1.5
  +++ bash.xsl  2001/02/22 16:17:41     1.6
  @@ -61,9 +61,9 @@
       <xsl:text>&#10;</xsl:text>
   
       <xsl:if test="count(.//ant)=1">
  -      <xsl:text>export TARGET=</xsl:text>
  +      <xsl:text>export TARGET="</xsl:text>
         <xsl:value-of select=".//ant/@target"/>
  -      <xsl:text>&#10;</xsl:text>
  +      <xsl:text>"&#10;</xsl:text>
       </xsl:if>
   
       <xsl:apply-templates/>
  
  
  

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

Reply via email to