aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorChristian Geisert <chrisg@apache.org>2005-11-14 09:48:26 +0000
committerChristian Geisert <chrisg@apache.org>2005-11-14 09:48:26 +0000
commitf848d591de7458a04b111d243935b08bbd47c5fd (patch)
treec1a962e70252e151cad1830e1d5d56a03489dfb9 /build.xml
parent7a0ba3bfd001e9044cdd6900b22abf3eb4f1b1c9 (diff)
downloadxmlgraphics-fop-f848d591de7458a04b111d243935b08bbd47c5fd.tar.gz
xmlgraphics-fop-f848d591de7458a04b111d243935b08bbd47c5fd.zip
exclude hyphenation patterns from source distribution
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@344091 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index ffe2b1f12..be534ad16 100644
--- a/build.xml
+++ b/build.xml
@@ -97,7 +97,8 @@ list of possible build targets.
<exclude name="build/**"/>
<include name="src/**"/>
<include name="conf/**"/>
- <include name="hyph/**"/>
+ <include name="hyph/hyphenation.dtd"/>
+ <include name="hyph/readme"/>
<patternset refid="dist.lib"/>
<include name="lib/servlet*"/>
<include name="test/**"/>