diff options
author | Jeremias Maerki <jeremias@apache.org> | 2003-01-15 15:07:05 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2003-01-15 15:07:05 +0000 |
commit | 616845ef1c9fc65d35563e725a4b3324c1870450 (patch) | |
tree | 4ba95ef4a365fb9143cfaf32cbbccbde9438f6be /build.xml | |
parent | 5ca5c095e30e750875e6d802783c5a305e07f087 (diff) | |
download | xmlgraphics-fop-616845ef1c9fc65d35563e725a4b3324c1870450.tar.gz xmlgraphics-fop-616845ef1c9fc65d35563e725a4b3324c1870450.zip |
Adjust to new directory for hyphenation
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195864 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -44,7 +44,6 @@ list of possible build targets. <fileset dir="${basedir}" id="dist.bin"> <include name="conf/**"/> <include name="docs/**"/> - <include name="hyph/**"/> <include name="CHANGES"/> <include name="LICENSE"/> <include name="README"/> @@ -75,7 +74,6 @@ list of possible build targets. <include name="src/**"/> <include name="conf/**"/> <include name="docs/**"/> - <include name="hyph/**"/> <include name="lib/**"/> <include name="CHANGES"/> <include name="LICENSE"/> @@ -151,7 +149,7 @@ list of possible build targets. <property name="xdocs.dir" value="./src/documentation/content/xdocs"/> <property name="fo.examples.dir" value="./docs/examples/fo"/> <property name="lib.dir" value="./lib"/> - <property name="hyph.dir" value="./hyph"/> + <property name="hyph.dir" value="./src/hyph"/> <property name="conf.dir" value="./conf"/> <property name="packages" value="org.apache.fop.*"/> |