diff options
author | Glen Mazza <gmazza@apache.org> | 2003-12-22 21:37:44 +0000 |
---|---|---|
committer | Glen Mazza <gmazza@apache.org> | 2003-12-22 21:37:44 +0000 |
commit | f357129bee376a97cee3603350ed801d424bd128 (patch) | |
tree | d2abfe22be5d28738b3bb4fda25c787502824a0e /build.xml | |
parent | 65efc8ad67604e3fee2337a1066ac02299951817 (diff) | |
download | xmlgraphics-fop-f357129bee376a97cee3603350ed801d424bd128.tar.gz xmlgraphics-fop-f357129bee376a97cee3603350ed801d424bd128.zip |
PR:
Obtained from:
Submitted by:
Reviewed by:
1.) renamed enumgen.xsl to longer but hopefully clearer
prop-val-enum-interfaces.xsl
2.) Moved Constants.java from fo.properties to fo package, to reduce the
need for layout and renderers to import directly from the properties package.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197048 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -209,7 +209,6 @@ list of possible build targets. <property name="colorkw.xml" value="${build.codegen}/colorkw.xml"/> <property name="properties.xsl" value="${build.codegen}/properties.xsl"/> - <property name="enumgen.xsl" value="${build.codegen}/enumgen.xsl"/> <property name="propinc.xsl" value="${build.codegen}/propinc.xsl"/> <property name="src.charlist.xsl" value="${src.codegen}/code-point-mapping.xsl"/> <property name="encodings.xml" value="${build.codegen}/encodings.xml"/> @@ -355,7 +354,7 @@ list of possible build targets. out="${build.gensrc}/${replacestring}/fo/properties/fo_${ignore_this}"/> <style in="${foproperties.xml}" style="${build.codegen}/fo-property-mapping.xsl" out="${build.gensrc}/${replacestring}/fo/properties/FOPropertyMapping.java"/> - <style in="${foproperties.xml}" style="${enumgen.xsl}" + <style in="${foproperties.xml}" style="${build.codegen}/prop-val-enum-interfaces.xsl" out="${build.gensrc}/${replacestring}/fo/properties/foenums_${ignore_this}"/> <style in="${encodings.xml}" style="${charlist.xsl}" out="${build.gensrc}/${replacestring}/fonts//CodePointMapping.java"/> |