From a93ddf92d90ee5ef8a4995488dc330b289bcdde8 Mon Sep 17 00:00:00 2001 From: Glen Mazza Date: Sat, 20 Dec 2003 17:40:01 +0000 Subject: [PATCH] Property Makers now being activated via int constants. (Maker classes themselves, as well as code referencing the properties, still need conversion to int's. Also, HashMaps for String and Integer in FOPropertyMapping and FObj temporarily being retained for troubleshooting purposes.) Contribution mainly from Finn Bock (Bug #25480). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197043 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 3 +- .../{propmap.xsl => fo-property-mapping.xsl} | 120 +++++++++++++++++- src/java/org/apache/fop/fo/FObj.java | 35 +++-- src/java/org/apache/fop/fo/PropertyList.java | 17 ++- 4 files changed, 150 insertions(+), 25 deletions(-) rename src/codegen/{propmap.xsl => fo-property-mapping.xsl} (54%) diff --git a/build.xml b/build.xml index dfd5c4242..be7a67677 100644 --- a/build.xml +++ b/build.xml @@ -209,7 +209,6 @@ list of possible build targets. - @@ -354,7 +353,7 @@ list of possible build targets.