Add some action that I ommitted

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114903 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
evenisse
2004-03-11 08:59:53 +00:00
parent d803bebcba
commit 72bda429b3

View File

@@ -25,6 +25,21 @@
</properties>
<body>
<release version="2.0" date="2004-03-10" description="Beta Release.">
<action dev="evenisse" type="fix" issue="MPPDF-6">
<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">
<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>
<li>The cover is improved.</li>
<li>Internal and external links are differently colored.</li>
<li>XSL styles are extracted in a single file.</li>
</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>