aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorGlen Mazza <gmazza@apache.org>2003-12-22 23:23:05 +0000
committerGlen Mazza <gmazza@apache.org>2003-12-22 23:23:05 +0000
commit7e2dc7024920266049af76f136d84087d752faba (patch)
treefebf48e816e51e231f4fd8bb11310b29d90b5a81 /build.xml
parent69f8d9589aa5aaa56d1814c26e52f358cbf2d41f (diff)
downloadxmlgraphics-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.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index d907a3501..5b308014e 100644
--- a/build.xml
+++ b/build.xml
@@ -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>
<!-- =================================================================== -->