]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Adjust to new directory for hyphenation
authorJeremias Maerki <jeremias@apache.org>
Wed, 15 Jan 2003 15:07:05 +0000 (15:07 +0000)
committerJeremias Maerki <jeremias@apache.org>
Wed, 15 Jan 2003 15:07:05 +0000 (15:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195864 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 362cd2b8e9119f25841ea633aed3276a74b3b7ef..7f0539f793abd35d1a04d310eb2ef040c6b31ef0 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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.*"/>