jmartin     01/03/10 02:07:53

  Modified:    src/xml  test.xml workspace.xml
               src/xsl  build.build.xsl build.cvs.xsl
  Log:
  Add new elements build-sheet, blame-sheet and clog-sheet
  to workspace to allow swaping of html styles
  
  Revision  Changes    Path
  1.10      +4 -0      jakarta-alexandria/src/xml/test.xml
  
  Index: test.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/src/xml/test.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- test.xml  2001/03/02 13:51:32     1.9
  +++ test.xml  2001/03/10 10:07:53     1.10
  @@ -9,4 +9,8 @@
       <nav-page style="xsl/top.xsl" out="html/top.html"/>
       <nav-page style="xsl/left-basic.xsl" out="html/left-basic.html"/>
       <nav-page style="xsl/left-advanced.xsl" out="html/sidebar/content.js"/>
  +
  +    <build-sheet style="xsl/blog.xsl" />
  +    <clog-sheet style="xsl/clog.xsl" />
  +    <blame-sheet style="xsl/blame.xsl" size="50" />
   </workspace>
  
  
  
  1.5       +3 -0      jakarta-alexandria/src/xml/workspace.xml
  
  Index: workspace.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/src/xml/workspace.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- workspace.xml     2001/02/20 11:14:36     1.4
  +++ workspace.xml     2001/03/10 10:07:53     1.5
  @@ -41,4 +41,7 @@
       <nav-page style="xsl/top.xsl" out="html/top.html"/>
       <nav-page style="xsl/left-basic.xsl" out="html/left-basic.html"/>
       <nav-page style="xsl/left-advanced.xsl" out="html/sidebar/content.js"/>
  +    <build-sheet style="xsl/blog.xsl" />
  +    <clog-sheet style="xsl/clog.xsl" />
  +    <blame-sheet style="xsl/blame.xsl" size="50" />
   </workspace>
  
  
  
  1.14      +3 -3      jakarta-alexandria/src/xsl/build.build.xsl
  
  Index: build.build.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/src/xsl/build.build.xsl,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.build.xsl   2001/03/02 14:08:45     1.13
  +++ build.build.xsl   2001/03/10 10:07:53     1.14
  @@ -81,14 +81,14 @@
     
           <xstyle
             in="logs/{module}.{@tag}.build.log.xml"
  -          style="xsl/blog.xsl"
  +          style="{/workspace/build-sheet/@style}"
             out="${{content.dir}}/cvs/{module}/{@tag}/{module}/build.html" />
   
          <xstyle
            in="var/{module}.{@tag}.blame.xml"
            style="xsl/blame.kull.xsl"
            out="var/{module}.{@tag}.blame.trim.xml">
  -        <param name="limit" expression="${{blame.size}}"/>
  +        <param name="limit" expression="'{/workspace/blame-sheet/@size}'"/>
          </xstyle>
   
          <move
  @@ -97,7 +97,7 @@
   
          <xstyle
            in="var/{module}.{@tag}.blame.xml"
  -         style="xsl/blame.xsl"
  +         style="{/workspace/blame-sheet/@style}"
            out="${{content.dir}}/html/{module}.{@tag}.blame.html" />
         </target>
       </xsl:if>
  
  
  
  1.8       +2 -1      jakarta-alexandria/src/xsl/build.cvs.xsl
  
  Index: build.cvs.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/src/xsl/build.cvs.xsl,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.cvs.xsl     2001/02/20 10:58:19     1.7
  +++ build.cvs.xsl     2001/03/10 10:07:53     1.8
  @@ -63,6 +63,7 @@
             <cvs cvsRoot="{$root}"
               dest="${{content.dir}}/cvs/{$module}/{@tag}"
               package="{$module}"
  +            quiet="true"
               tag="{@tag}" />
   
             <!-- Build change log -->
  @@ -72,7 +73,7 @@
   
             <xstyle
               in="${{content.dir}}/cvs/{$module}/{@tag}/{$module}/ChangeLog"
  -            style="xsl/clog.xsl"
  +            style="{/workspace/clog-sheet/@style}"
               out="${{content.dir}}/cvs/{$module}/{@tag}/{$module}/ChangeLog.html">
               <param name="module" expression="'{$module}'"/>
               <param name="cvsweb" expression="'{$cvsweb-url}'"/>
  
  
  

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

Reply via email to