Browse Source

exclude hyphenation patterns from source distribution


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@344091 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_90-alpha1
Christian Geisert 18 years ago
parent
commit
f848d591de
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      build.xml

+ 2
- 1
build.xml View File

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

Loading…
Cancel
Save