fix MPPDF-24 : Internal links failed.
fix MPPDF-13 : img src attributes are not made relative to the xdoc source.
Patch from Lukas Theussl reviewed by aheritier
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@189713 13f79535-47bb-0310-9956-ffa450edef68
plugin.jelly :
code reformating,
+ debug mode corrected : uses correctly the project property �maven.pdf.debug� for the style task and the FO transformation,
+ uses a new property �maven.pdf.navigationFile� to specify a navigation file specific to the pdf doc.
plugin.properties :
New property : �maven.pdf.navigationFile�
project.xml :
code reformating,
fo-body.xslt :
code reformating,
+ corrects some problem with external and internal links
+ write the link on the page when the navigation file points to an external link.
fo-table-column-widths.xslt, fo-tables.xslt :
code reformating,
+ add the generation of tables with only tr/td and th.
project2fo.xslt :
code reformating,
+ remove the generation of pages which are not hosted in the project.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114603 13f79535-47bb-0310-9956-ffa450edef68