You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ch...@apache.org on 2005/11/14 10:48:32 UTC

svn commit: r344091 - /xmlgraphics/fop/trunk/build.xml

Author: chrisg
Date: Mon Nov 14 01:48:26 2005
New Revision: 344091

URL: http://svn.apache.org/viewcvs?rev=344091&view=rev
Log:
exclude hyphenation patterns from source distribution

Modified:
    xmlgraphics/fop/trunk/build.xml

Modified: xmlgraphics/fop/trunk/build.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/build.xml?rev=344091&r1=344090&r2=344091&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/build.xml (original)
+++ xmlgraphics/fop/trunk/build.xml Mon Nov 14 01:48:26 2005
@@ -97,7 +97,8 @@
     <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/**"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org