From: Jeff J. <jef...@us...> - 2006-08-06 02:44:25
|
jeffjensen 06/08/05 19:44:25 Modified: tasks/xdocs changes.xml Log: Update with latest changes/commits. Revision Changes Path 1.5 +7 -1 maven-plugins/tasks/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/tasks/xdocs/changes.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- changes.xml 5 Aug 2006 04:05:59 -0000 1.4 +++ changes.xml 6 Aug 2006 02:44:25 -0000 1.5 @@ -23,12 +23,18 @@ to customize the name of the report file (location currently cannot change or it does not find it). </action> - <action dev="jeffjensen" type="fix"> + <action dev="jeffjensen" type="fix" issue="1534206"> Make work with Maven 1.1 beta 3 (corrected JSL). </action> <action dev="jeffjensen" type="add"> task element now supports HTML (e.g. can use lists in task). </action> + <action dev="jeffjensen" type="update" issue="1533916"> + Reorder columns on report to have most significant columns first. + </action> + <action dev="jeffjensen" type="add" issue="1533931"> + Add priority column. + </action> </release> <release version="1.2.0" date="25 May 2004"> <action dev="andy_jefferson" type="add">Added subcategories, and version column. Added default for status and creator columns when not specified.</action> |