Add xml declaration to all xml generated report. Fixed for character encoding.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113614 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
evenisse
2003-07-08 11:01:08 +00:00
parent 04da231ad9
commit 68daa1e923
21 changed files with 50 additions and 11 deletions

View File

@@ -7,6 +7,9 @@
<body>
<release version="1.3" date="in CVS">
<action dev="evenisse" type="fix">
Add xml declaration to generated report. Fixed for character encoding.
</action>
<action dev="evenisse" type="fix">
Fixed MAVEN-493. I register reports only if source, test,... exists.
So, corresponding entrys in menu will appear only if reports are registered.