diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2005-09-18 15:19:28 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2005-09-18 15:19:28 +0000 |
commit | 9ba779240b88906ed5debc2f5a8bd04b5f856ded (patch) | |
tree | ad488d5a320323a6753149c0f8dece4365c711cb /build.xml | |
parent | 0183284de24e0eca02c4db434a1428a3c9c8a13d (diff) | |
download | xmlgraphics-fop-9ba779240b88906ed5debc2f5a8bd04b5f856ded.tar.gz xmlgraphics-fop-9ba779240b88906ed5debc2f5a8bd04b5f856ded.zip |
Removal of hyphenation patterns
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289935 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -167,7 +167,6 @@ list of possible build targets. <property name="src.dir" value="${basedir}/src"/> <property name="src.codegen.dir" value="${src.dir}/codegen"/> <property name="src.java.dir" value="${src.dir}/java"/> - <property name="src.hyph.dir" value="${src.dir}/hyph"/> <property name="src.viewer.resources.dir" value="${src.java.dir}/org/apache/fop/render/awt/viewer/resources"/> <property name="src.viewer.images.dir" value="${src.java.dir}/org/apache/fop/render/awt/viewer/images"/> <property name="xdocs.dir" value="${src.dir}/documentation/content/xdocs"/> @@ -398,9 +397,6 @@ list of possible build targets. <fileset dir="${user.hyph.dir}"> <include name="*.xml"/> </fileset> - <fileset dir="${src.hyph.dir}"> - <include name="*.xml"/> - </fileset> </serHyph> </target> |