]> source.dussan.org Git - xmlgraphics-fop.git/commit
1. Removed the properties.Constants class from automatic generation, and
authorGlen Mazza <gmazza@apache.org>
Mon, 15 Dec 2003 01:07:50 +0000 (01:07 +0000)
committerGlen Mazza <gmazza@apache.org>
Mon, 15 Dec 2003 01:07:50 +0000 (01:07 +0000)
commit78da1bcaccb13632482f4ef58d9c8ec71e3cbd5d
tree3eb76c9f8634de920c8b7ca03003951c66323384
parent551fe0c5e57d8f351c5dbd2b5fc02eacb0788b66
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
src/codegen/allprops.xml [deleted file]
src/codegen/constants.xml [new file with mode: 0644]
src/codegen/constants.xsl [new file with mode: 0644]
src/codegen/foelements.xml [new file with mode: 0644]
src/codegen/genconst.xsl [deleted file]
src/codegen/propinc.xsl
src/java/org/apache/fop/fo/Constants.java [new file with mode: 0644]