You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2004/01/21 10:14:44 UTC

cvs commit: maven-plugins/pdf/src/plugin-resources fo-body.xslt fo-table-column-widths.xslt fo-tables.xslt fo-toc.xslt project2fo.xslt

evenisse    2004/01/21 01:14:44

  Modified:    pdf      plugin.jelly plugin.properties project.xml
               pdf/src/plugin-resources fo-body.xslt
                        fo-table-column-widths.xslt fo-tables.xslt
                        fo-toc.xslt project2fo.xslt
  Log:
  From Arnaud Heritier :
  
  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.
  
  Revision  Changes    Path
  1.8       +87 -129   maven-plugins/pdf/plugin.jelly
  
  http://cvs.apache.org/viewcvs/maven-plugins/pdf/plugin.jelly.diff?r1=1.7&r2=1.8
  
  
  1.5       +1 -0      maven-plugins/pdf/plugin.properties
  
  http://cvs.apache.org/viewcvs/maven-plugins/pdf/plugin.properties.diff?r1=1.4&r2=1.5
  
  
  1.24      +101 -88   maven-plugins/pdf/project.xml
  
  http://cvs.apache.org/viewcvs/maven-plugins/pdf/project.xml.diff?r1=1.23&r2=1.24
  
  
  1.3       +565 -486  maven-plugins/pdf/src/plugin-resources/fo-body.xslt
  
  http://cvs.apache.org/viewcvs/maven-plugins/pdf/src/plugin-resources/fo-body.xslt.diff?r1=1.2&r2=1.3
  
  
  1.2       +353 -210  maven-plugins/pdf/src/plugin-resources/fo-table-column-widths.xslt
  
  http://cvs.apache.org/viewcvs/maven-plugins/pdf/src/plugin-resources/fo-table-column-widths.xslt.diff?r1=1.1&r2=1.2
  
  
  1.2       +212 -1    maven-plugins/pdf/src/plugin-resources/fo-tables.xslt
  
  http://cvs.apache.org/viewcvs/maven-plugins/pdf/src/plugin-resources/fo-tables.xslt.diff?r1=1.1&r2=1.2
  
  
  1.2       +193 -214  maven-plugins/pdf/src/plugin-resources/fo-toc.xslt
  
  http://cvs.apache.org/viewcvs/maven-plugins/pdf/src/plugin-resources/fo-toc.xslt.diff?r1=1.1&r2=1.2
  
  
  1.6       +151 -161  maven-plugins/pdf/src/plugin-resources/project2fo.xslt
  
  http://cvs.apache.org/viewcvs/maven-plugins/pdf/src/plugin-resources/project2fo.xslt.diff?r1=1.5&r2=1.6
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org