Add some due-to.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114907 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -25,13 +25,13 @@
|
||||
</properties>
|
||||
<body>
|
||||
<release version="2.0" date="2004-03-10" description="Beta Release.">
|
||||
<action dev="evenisse" type="fix" issue="MPPDF-6">
|
||||
<action dev="evenisse" type="fix" issue="MPPDF-6" due-to="Arnaud Heritier">
|
||||
<ul>
|
||||
<li>The PDF generation works if paths used in navigation.xml don't begin with a '/'.</li>
|
||||
<li>The date on the cover worked for all projects (not only maven).</li>
|
||||
</ul>
|
||||
</action>
|
||||
<action dev="evenisse" type="update" issue="MPPDF-5">
|
||||
<action dev="evenisse" type="update" issue="MPPDF-5" due-to="Arnaud Heritier">
|
||||
<ul>
|
||||
<li>Tables management XSL code cleaned (duplications removed) and simplified.</li>
|
||||
<li>Tables with THEAD/TBODY and tables with a first row compound of th have the same look : They use a table header which is copied on each page.</li>
|
||||
@@ -41,9 +41,9 @@
|
||||
</ul>
|
||||
</action>
|
||||
<action dev="evenisse" type="add">Upgraded to xerces 2.4.0, fop 0.20.5, batik 1.5</action>
|
||||
<action dev="evenisse" type="fix" issue="MPPDF-3">A new plugin property (maven.pdf.navigationFile) is added to allow the users to have a different navigation file for the site and for the pdf doc.</action>
|
||||
<action dev="evenisse" type="fix" issue="MPPDF-2">The use of links inside xdocs don't lead to crash the PDF generation.</action>
|
||||
<action dev="evenisse" type="update" issue="MPPDF-1">MAVEN-MPPDF-1. Completely re-write of the PDF plug-in. It solves most of the thorniest issues, such as table formatting, more levels in the table of contents, and image sizing. The graphic design is also dramatically improved.</action>
|
||||
<action dev="evenisse" type="fix" issue="MPPDF-3" due-to="Arnaud Heritier">A new plugin property (maven.pdf.navigationFile) is added to allow the users to have a different navigation file for the site and for the pdf doc.</action>
|
||||
<action dev="evenisse" type="fix" issue="MPPDF-2" due-to="Arnaud Heritier">The use of links inside xdocs don't lead to crash the PDF generation.</action>
|
||||
<action dev="evenisse" type="update" issue="MPPDF-1" due-to="Andrew Jaquith">MAVEN-MPPDF-1. Completely re-write of the PDF plug-in. It solves most of the thorniest issues, such as table formatting, more levels in the table of contents, and image sizing. The graphic design is also dramatically improved.</action>
|
||||
</release>
|
||||
<release version="1.2" date="2003-09-29">
|
||||
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
|
||||
|
||||
Reference in New Issue
Block a user