vmassol     2003/11/15 12:34:02

  Modified:    changelog/xdocs changes.xml
  Log:
  Use new "issue" attribute
  
  Revision  Changes    Path
  1.17      +11 -13    maven-plugins/changelog/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changelog/xdocs/changes.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- changes.xml       15 Nov 2003 16:46:13 -0000      1.16
  +++ changes.xml       15 Nov 2003 20:34:02 -0000      1.17
  @@ -17,14 +17,14 @@
           Added java based CVS library using cvslib.  Removed
           requirement for cvs executable.
         </action>
  -      <action dev="jcrossley" type="update">
  -        MPCHANGELOG-7. Add support for Perforce SCM and cleaned up some docs.
  +      <action dev="jcrossley" type="update" issue="MPCHANGELOG-7">
  +        Add support for Perforce SCM and cleaned up some docs.
         </action>
       </release>
   
       <release version="1.3" date="2003-09-29">
  -      <action dev="dion" type="update">
  -        MPCHANGELOG-6. Add support of IBM Rational ClearCase SCM.
  +      <action dev="dion" type="update" issue="MPCHANGELOG-6">
  +        Add support of IBM Rational ClearCase SCM.
         </action>
         <action dev="dion" type="update">
           Upgrade to maven 1.0 beta 10
  @@ -38,16 +38,16 @@
         <action dev="evenisse" type="fix">
           Add xml declaration to generated report. Fixed for character encoding.
         </action>          
  -      <action dev="evenisse" type="fix" due-to="Bruce Chenoweth">
  -        Fixed MPCHANGELOG-8. Escape filename.
  +      <action dev="evenisse" type="fix" due-to="Bruce Chenoweth" 
issue="MPCHANGELOG-8">
  +        Escape filename.
         </action>
  -      <action dev="evenisse" type="fix">
  -        fixed MPCHANGELOG-9. I register reports only if source, test,... exists.
  +      <action dev="evenisse" type="fix" issue="MPCHANGELOG-9">
  +        I register reports only if source, test,... exists.
           So, corresponding entrys in menu will appear only if reports are 
           registered.
         </action>
  -      <action dev="evenisse" type="fix">
  -        Fix MPCHANGELOG-10. Corrected link for viewcvs configured with muliple cvs 
  +      <action dev="evenisse" type="fix" issue="MPCHANGELOG-10">
  +        Corrected link for viewcvs configured with muliple cvs 
           repository.
         </action>
       </release>
  @@ -63,11 +63,9 @@
       </release>
   
       <release version="1.1" date="2002-08-01">
  -      <action dev="smor" type="fix">
  -        Fix for MPCHANGELOG-11
  +      <action dev="smor" type="fix" issue="MPCHANGELOG-11">
         </action>
       </release>
   
     </body>
   </document>
  -
  
  
  

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

Reply via email to