From 72bda429b3f7e77526ea60aa9ef59a7944089fec Mon Sep 17 00:00:00 2001 From: evenisse Date: Thu, 11 Mar 2004 08:59:53 +0000 Subject: [PATCH] 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 --- pdf/xdocs/changes.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pdf/xdocs/changes.xml b/pdf/xdocs/changes.xml index 6236db79..6534768f 100644 --- a/pdf/xdocs/changes.xml +++ b/pdf/xdocs/changes.xml @@ -25,6 +25,21 @@ + +
    +
  • The PDF generation works if paths used in navigation.xml don't begin with a '/'.
  • +
  • The date on the cover worked for all projects (not only maven).
  • +
+
+ +
    +
  • Tables management XSL code cleaned (duplications removed) and simplified.
  • +
  • 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.
  • +
  • The cover is improved.
  • +
  • Internal and external links are differently colored.
  • +
  • XSL styles are extracted in a single file.
  • +
+
Upgraded to xerces 2.4.0, fop 0.20.5, batik 1.5 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. The use of links inside xdocs don't lead to crash the PDF generation.