dion        2004/02/03 16:40:33

  Modified:    changelog/src/plugin-resources changelog.jsl
               changelog/xdocs changes.xml
  Log:
  Apply MPCHANGELOG-28
  
  Revision  Changes    Path
  1.6       +11 -7     maven-plugins/changelog/src/plugin-resources/changelog.jsl
  
  Index: changelog.jsl
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changelog/src/plugin-resources/changelog.jsl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- changelog.jsl     28 Oct 2003 10:57:43 -0000      1.5
  +++ changelog.jsl     4 Feb 2004 00:40:33 -0000       1.6
  @@ -24,11 +24,14 @@
               <x:expr select="count(./changelog-entry/file)"/>
             </p>
             <table>
  -            <tr>
  -              <th>Date</th>
  -              <th>Author</th>
  -              <th>File/Message</th>
  -            </tr>
  +            <thead>
  +              <tr>
  +                <th>Date</th>
  +                <th>Author</th>
  +                <th>File/Message</th>
  +              </tr>
  +            </thead>
  +            <tbody>
               <x:set var="changes" select="changelog-entry"/>
               <j:forEach var="change" items="${changes}">
                 <tr>
  @@ -42,6 +45,7 @@
                   <td>
                   
                     <x:forEach var="file" select="$change/file">
  +                    <p>
               
                       <j:set var="name"><x:expr select="$file/name"/></j:set>
                       <j:set var="revision"><x:expr select="$file/revision"/></j:set>
  @@ -71,10 +75,9 @@
                         </j:otherwise>
                       </j:choose>
   
  -                    <br/>
  +                    </p>
                     
                     </x:forEach>
  -                  <p/>
                     
                     <!-- This works -->
                     <x:expr select="$change/msg"/>
  @@ -92,6 +95,7 @@
                   </td>
                 </tr>
               </j:forEach>
  +            </tbody>
             </table>
           </section>
         </body>
  
  
  
  1.21      +1 -0      maven-plugins/changelog/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changelog/xdocs/changes.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- changes.xml       3 Feb 2004 10:54:48 -0000       1.20
  +++ changes.xml       4 Feb 2004 00:40:33 -0000       1.21
  @@ -9,6 +9,7 @@
     <body>
   
        <release version="1.4" date="in CVS">
  +      <action dev="dion" type="fix" issue="MPCHANGELOG-28">Fix bad HTML</action>
          <action dev="evenisse" type="update">
            Add maven.changelog.basedir property.
          </action>
  
  
  

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

Reply via email to