rubys       01/08/17 18:42:33

  Modified:    proposal/gump/stylesheet build.xsl
  Log:
  Another place where I should have been using the computed srcdir
  
  Revision  Changes    Path
  1.19      +1 -1      jakarta-alexandria/proposal/gump/stylesheet/build.xsl
  
  Index: build.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/build.xsl,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- build.xsl 2001/08/17 10:26:41     1.18
  +++ build.xsl 2001/08/18 01:42:33     1.19
  @@ -32,7 +32,7 @@
   
         <xsl:if test="$build-sequence = 'bulk'">
           <xsl:for-each select="project[cvs]">
  -          <delete dir="{$basedir}/{@name}"/>
  +          <delete dir="{@srcdir}"/>
             <copy fromdir="{$cvsdir}/{@name}" todir="{@srcdir}"/>
           </xsl:for-each>
         </xsl:if>
  
  
  

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

Reply via email to