rubys       01/08/17 03:26:41

  Modified:    proposal/gump/stylesheet build.xsl
  Log:
  Copy to the right directory
  
  Revision  Changes    Path
  1.18      +1 -2      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.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.xsl 2001/08/16 19:40:49     1.17
  +++ build.xsl 2001/08/17 10:26:41     1.18
  @@ -33,8 +33,7 @@
         <xsl:if test="$build-sequence = 'bulk'">
           <xsl:for-each select="project[cvs]">
             <delete dir="{$basedir}/{@name}"/>
  -          <copy fromdir="{$cvsdir}/{@name}"
  -                todir="{$basedir}/{@name}"/>
  +          <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