]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
exclude hyphenation patterns from source distribution
authorChristian Geisert <chrisg@apache.org>
Mon, 14 Nov 2005 09:48:26 +0000 (09:48 +0000)
committerChristian Geisert <chrisg@apache.org>
Mon, 14 Nov 2005 09:48:26 +0000 (09:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@344091 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index ffe2b1f123d7e503e2733e4d4f4278f47976d0f6..be534ad16b7d2451599a3e48d2a3e4c8bfaec318 100644 (file)
--- 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/**"/>