aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorKelly Campbell <kellyc@apache.org>2001-03-31 02:03:41 +0000
committerKelly Campbell <kellyc@apache.org>2001-03-31 02:03:41 +0000
commitf0f7fabbe9f1f14bc70eb1ed7abfab67005ac60d (patch)
tree94b713b471dce9fe5c1ec95a3fcdfe4a3a995d63 /build.xml
parent3f0aea700af178ab2e50a9751838270d03ab52c8 (diff)
downloadxmlgraphics-fop-f0f7fabbe9f1f14bc70eb1ed7abfab67005ac60d.tar.gz
xmlgraphics-fop-f0f7fabbe9f1f14bc70eb1ed7abfab67005ac60d.zip
added missing hyph directory to src dist
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194181 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 2ec60e1b4..6bc2f1a7d 100644
--- a/build.xml
+++ b/build.xml
@@ -144,6 +144,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
<include name="src/**"/>
<include name="conf/**"/>
<include name="docs/**"/>
+ <include name="hyph/**"/>
<include name="lib/**"/>
<include name="CHANGES"/>
<include name="LICENSE"/>