Browse Source

Adjust to new directory for hyphenation


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195864 13f79535-47bb-0310-9956-ffa450edef68
pull/30/head
Jeremias Maerki 21 years ago
parent
commit
cd37f4368f
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      build.xml

+ 1
- 3
build.xml View File

@@ -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.*"/>


Loading…
Cancel
Save