aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorfotis <fotis@unknown>2001-02-20 12:01:00 +0000
committerfotis <fotis@unknown>2001-02-20 12:01:00 +0000
commit0314cd85252b11672efec26460aa6ae32ccf6daf (patch)
tree4ed2fbb8e84a56253151c796fc019c7cfaaa3c3b /build.xml
parentf37491ef6c45f266a511e4811e13c48e6b980fa6 (diff)
downloadxmlgraphics-fop-0314cd85252b11672efec26460aa6ae32ccf6daf.tar.gz
xmlgraphics-fop-0314cd85252b11672efec26460aa6ae32ccf6daf.zip
removes '-' to match real file name
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194077 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index d0bc217d2..1f61212ff 100644
--- a/build.xml
+++ b/build.xml
@@ -181,7 +181,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
<property name="charlist.xsl" value="${build.codegen}/code-point-mapping.xsl"/>
<property name="fontfile.xsl" value="${build.codegen}/font-file.xsl"/>
<property name="t1fontfile.xsl" value="${build.codegen}/t1font-file.xsl"/>
- <property name="ttffontfile.xsl" value="${build.codegen}/ttffont-file.xsl"/>
+ <property name="ttffontfile.xsl" value="${build.codegen}/ttffontfile.xsl"/>
<property name="Courier.xml" value="${build.codegen}/Courier.xml"/>
<property name="Courier-Oblique.xml" value="${build.codegen}/Courier-Oblique.xml"/>
<property name="Courier-Bold.xml" value="${build.codegen}/Courier-Bold.xml"/>