diff options
author | Glen Mazza <gmazza@apache.org> | 2003-12-22 23:23:05 +0000 |
---|---|---|
committer | Glen Mazza <gmazza@apache.org> | 2003-12-22 23:23:05 +0000 |
commit | 7e2dc7024920266049af76f136d84087d752faba (patch) | |
tree | febf48e816e51e231f4fd8bb11310b29d90b5a81 /build.xml | |
parent | 69f8d9589aa5aaa56d1814c26e52f358cbf2d41f (diff) | |
download | xmlgraphics-fop-7e2dc7024920266049af76f136d84087d752faba.tar.gz xmlgraphics-fop-7e2dc7024920266049af76f136d84087d752faba.zip |
Initial Check-in of PropertySets.java and .xsl. (Similar to Alt-Design's
PropertySets, however uses integer arrays to identify those properties
relevant for an FO.)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197050 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -920,6 +920,8 @@ list of possible build targets. <target name="xsltToJava" > <style in="src\codegen\constants.xml" style="src\codegen\constants.xsl" out="Constants.java"/> + <style in="src/codegen/foelements.xml" style="src/codegen/property-sets.xsl" + out="PropertySets.java"/> </target> <!-- =================================================================== --> |