bwalding    2003/07/17 01:26:13

  Modified:    src/plugins-build/changelog/src/plugin-resources
                        changelog.jsl
  Log:
  Add a little summary blurb to changelog report
  PR: MAVEN-577
  Submitted by: Rafal Krzewski
  
  Revision  Changes    Path
  1.4       +8 -0      
maven/src/plugins-build/changelog/src/plugin-resources/changelog.jsl
  
  Index: changelog.jsl
  ===================================================================
  RCS file: 
/home/cvs/maven/src/plugins-build/changelog/src/plugin-resources/changelog.jsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- changelog.jsl     1 Jul 2003 09:57:16 -0000       1.3
  +++ changelog.jsl     17 Jul 2003 08:26:13 -0000      1.4
  @@ -15,6 +15,14 @@
         </properties>
         <body>
           <section name="Changelog Report">
  +          <p>
  +            <!-- The range needs to be fed in somehow. -->
  +            Timeframe: ${maven.changelog.range} days,
  +            Total Commits:
  +            <x:expr select="count(./changelog-entry)"/>
  +            Total Number of Files Changed:
  +            <x:expr select="count(./changelog-entry/file)"/>
  +          </p>
             <table>
               <tr>
                 <th>Date</th>
  
  
  

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

Reply via email to