From 76ca1f8a3952035eb89e9a58a15fe1282b16def3 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Sun, 13 Nov 2005 07:09:08 +0000 Subject: [PATCH] MPPDF-54: Identical ids in tables in different documents caused a build failure git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@332923 13f79535-47bb-0310-9956-ffa450edef68 --- pdf/src/plugin-resources/fo-tables.xslt | 71 ++++++++++++++++++++----- pdf/xdocs/changes.xml | 1 + 2 files changed, 59 insertions(+), 13 deletions(-) diff --git a/pdf/src/plugin-resources/fo-tables.xslt b/pdf/src/plugin-resources/fo-tables.xslt index ce47f65b..0b4a54d7 100644 --- a/pdf/src/plugin-resources/fo-tables.xslt +++ b/pdf/src/plugin-resources/fo-tables.xslt @@ -21,6 +21,7 @@ + 1 1 @@ -49,16 +50,19 @@ + + + 1 :::::: New table :::::: @@ -83,6 +87,7 @@ + @@ -103,6 +108,7 @@ + @@ -110,6 +116,7 @@ + 1 1 @@ -138,16 +145,19 @@ + + + 1 :::::: New table :::::: @@ -175,7 +185,9 @@ --> - + + + Table heading bottom spacer @@ -205,6 +217,7 @@ + @@ -212,6 +225,7 @@ + 1 ( columns) ::: - + + + ::: Table row spacer for row ::: @@ -257,20 +273,26 @@ + ::: Subheading row ::: - + + + + 1 ::: Table body row ( columns) ::: - + + + ::: Table row spacer for last row ::: @@ -285,9 +307,12 @@ + 1 - + + + Table heading bottom spacer @@ -300,25 +325,36 @@ + ::: Table heading row ::: - + + + + : Table subheading cell : - - + + + + + + - + + + + : Table heading cell : @@ -326,19 +362,28 @@ 0.75pt black - + + + - + + + + : Table body cell : - + + + - + + + diff --git a/pdf/xdocs/changes.xml b/pdf/xdocs/changes.xml index ebbac202..a029d3de 100644 --- a/pdf/xdocs/changes.xml +++ b/pdf/xdocs/changes.xml @@ -25,6 +25,7 @@ + Identical ids in tables in different documents caused a build failure. Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
  • xercesImpl v 2.4.0 -> v2.6.2