From: Keiron Liddle Date: Thu, 3 Aug 2000 06:21:22 +0000 (+0000) Subject: adds property list mappings X-Git-Tag: pre-columns~278 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2a0d9b0256c537c1f341b612ed8466bdc16e9768;p=xmlgraphics-fop.git adds property list mappings git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193599 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/Fop.class b/lib/Fop.class index bbb65d17b..34a0f1011 100644 Binary files a/lib/Fop.class and b/lib/Fop.class differ diff --git a/lib/Fop.java b/lib/Fop.java index 2b9b7d539..cd929c7fa 100644 --- a/lib/Fop.java +++ b/lib/Fop.java @@ -193,6 +193,8 @@ public class Fop { driver.setRenderer("org.apache.fop.render.pdf.PDFRenderer", version); driver.addElementMapping("org.apache.fop.fo.StandardElementMapping"); driver.addElementMapping("org.apache.fop.svg.SVGElementMapping"); + driver.addPropertyList("org.apache.fop.fo.StandardPropertyListMapping"); + driver.addPropertyList("org.apache.fop.svg.SVGPropertyListMapping"); driver.setWriter(new PrintWriter(new FileWriter(pdffile))); driver.buildFOTree(parser, fileInputSource(fofile)); driver.format();