diff options
author | fotis <fotis@unknown> | 2001-02-20 12:01:00 +0000 |
---|---|---|
committer | fotis <fotis@unknown> | 2001-02-20 12:01:00 +0000 |
commit | 0314cd85252b11672efec26460aa6ae32ccf6daf (patch) | |
tree | 4ed2fbb8e84a56253151c796fc019c7cfaaa3c3b /build.xml | |
parent | f37491ef6c45f266a511e4811e13c48e6b980fa6 (diff) | |
download | xmlgraphics-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"/> |