From: Glen Mazza Date: Sat, 17 Jan 2004 19:29:46 +0000 (+0000) Subject: Moved the interfaces into the Constants class on a trial basis (we may still X-Git-Tag: Root_Temp_KnuthStylePageBreaking~912 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f7ca85ea98ed3f08122a1e4e5aa77d660821de59;p=xmlgraphics-fop.git Moved the interfaces into the Constants class on a trial basis (we may still choose to remove them in favor of strictly using Constants.) Two interfaces (span and position) were removed because of conflicts with other class names. The interface generation was moved into Constants.xsl, which is run manually via the XsltToJava ant task and its output is then checked in. As a result, no more autogeneration of these interfaces at build time will be done. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197213 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index 5b308014e..dfdc50657 100644 --- a/build.xml +++ b/build.xml @@ -350,12 +350,15 @@ list of possible build targets. + +