From 78da1bcaccb13632482f4ef58d9c8ec71e3cbd5d Mon Sep 17 00:00:00 2001 From: Glen Mazza Date: Mon, 15 Dec 2003 01:07:50 +0000 Subject: [PATCH] 1. Removed the properties.Constants class from automatic generation, and added Finn Bock's work on Property and Element Constants (currently unused within application.) The CVS version is now the official one. (The new constants are not currently being used within the application; more work is needed.) 2. Build.xml has a new helper XSLTtoJAVA task separate from any of the build processes to generate the Constants class above (although its output is expected to fall behind what will be maintained in the CVS version.) 3. Some xml and xsl file renaming to make clearer the purposes of those files. 4. Removed a debug statement from PropertyList.java (forgot to remove from yesterday's work). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197038 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 18 +- src/codegen/allprops.xml | 3 - src/codegen/constants.xml | 55 + src/codegen/{genconst.xsl => constants.xsl} | 88 +- src/codegen/foelements.xml | 1085 +++++++++++++++++++ src/codegen/propinc.xsl | 8 + src/java/org/apache/fop/fo/Constants.java | 489 +++++++++ 7 files changed, 1733 insertions(+), 13 deletions(-) delete mode 100644 src/codegen/allprops.xml create mode 100644 src/codegen/constants.xml rename src/codegen/{genconst.xsl => constants.xsl} (61%) create mode 100644 src/codegen/foelements.xml create mode 100644 src/java/org/apache/fop/fo/Constants.java diff --git a/build.xml b/build.xml index e0cfd92c0..dfd5c4242 100644 --- a/build.xml +++ b/build.xml @@ -207,13 +207,11 @@ list of possible build targets. - - @@ -330,6 +328,7 @@ list of possible build targets. + @@ -353,9 +352,6 @@ list of possible build targets. -