diff options
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"/> |