From: Finn Bock Date: Thu, 22 Jan 2004 09:06:05 +0000 (+0000) Subject: Abandon codegenerated property makers and use bean-like makers instead. X-Git-Tag: Root_Temp_KnuthStylePageBreaking~900 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3043327052acd10d4dd9b49776cbf48b583fad1c;p=xmlgraphics-fop.git Abandon codegenerated property makers and use bean-like makers instead. - ShorthandParsers are made stateless. - Makers for compound properties inherts from new CompoundPropertyMaker class and overrides makeNewProperty. - FOPropertyMapping is no longer generated but is handcoded. - get() and findProperty() methods are moved from PropertyList to the property makers. PR: 25873 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197241 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index 95f3c7579..ad783cfb8 100644 --- a/build.xml +++ b/build.xml @@ -205,10 +205,7 @@ list of possible build targets. - - - @@ -341,22 +338,7 @@ list of possible build targets. - - - - - - - - - - - -