aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 362cd2b8e..7f0539f79 100644
--- 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.*"/>