rubys       01/10/09 16:40:35

  Modified:    proposal/gump/stylesheet build.xsl
  Log:
  Minor decorations and cleanup.
  
  Revision  Changes    Path
  1.37      +10 -0     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.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- build.xsl 2001/10/09 23:13:52     1.36
  +++ build.xsl 2001/10/09 23:40:35     1.37
  @@ -32,8 +32,14 @@
         <project name="clean">
           <html log="{$logdir}/clean.html"
             banner-image="{$banner-image}" banner-link="{$banner-link}">
  +          <title>
  +            <xsl:text>Clean status - </xsl:text>
  +            <date/>
  +          </title>
             <content>
               <logic name="clean">
  +              <delete dir="build"/>
  +              <delete dir="dist"/>
                 <mkdir dir="trashbin"/>
                 <xsl:for-each select="module[cvs]">
                   <move file="{@srcdir}" todir="trashbin" quiet="true"/>
  @@ -48,6 +54,10 @@
         <project name="sync">
           <html log="{$logdir}/sync.html"
             banner-image="{$banner-image}" banner-link="{$banner-link}">
  +          <title>
  +            <xsl:text>Synchronization status - </xsl:text>
  +            <date/>
  +          </title>
             <content>
               <logic name="sync">
                 <xsl:for-each select="module[cvs]">
  
  
  

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

Reply via email to