aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/META-INF
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2007-04-04 15:05:30 +0000
committerJeremias Maerki <jeremias@apache.org>2007-04-04 15:05:30 +0000
commit37cb274de5d035b5d0edaf5409bae98b1b5381bf (patch)
tree7c293abbe7cc2d5e0dfe2415b9e1d3a4ad4e6ffb /src/java/META-INF
parent894074229cae709ed7cd6d178e5966b46be72f64 (diff)
downloadxmlgraphics-fop-37cb274de5d035b5d0edaf5409bae98b1b5381bf.tar.gz
xmlgraphics-fop-37cb274de5d035b5d0edaf5409bae98b1b5381bf.zip
Fixes for issues introduced with fox:destination:
DestinationElementMapping masks ExtensionElementMapping. That caused the tests for widow/orphan extension on tables to fail. Improved Block child validation code (will need to be done for all FOs where fox:destination should be valid. Currently works only as child of fo:block or above fo:page-sequence where no layout managers are constructed. No LMMaker for fox:destination. Improved the handling there so adding the extension element to the list there isn't necessary. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@525526 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/META-INF')
-rw-r--r--src/java/META-INF/services/org.apache.fop.fo.ElementMapping3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/java/META-INF/services/org.apache.fop.fo.ElementMapping b/src/java/META-INF/services/org.apache.fop.fo.ElementMapping
index 3204baa64..0194b19db 100644
--- a/src/java/META-INF/services/org.apache.fop.fo.ElementMapping
+++ b/src/java/META-INF/services/org.apache.fop.fo.ElementMapping
@@ -7,5 +7,4 @@ org.apache.fop.fo.extensions.xmp.XMPElementMapping
org.apache.fop.fo.extensions.xmp.RDFElementMapping
org.apache.fop.render.ps.extensions.PSExtensionElementMapping
org.apache.fop.render.afp.extensions.AFPElementMapping
-org.apache.fop.render.pcl.extensions.PCLElementMapping
-org.apache.fop.fo.extensions.destination.DestinationElementMapping \ No newline at end of file
+org.apache.fop.render.pcl.extensions.PCLElementMapping \ No newline at end of file