diff options
author | arved <arved@unknown> | 2000-12-22 02:57:04 +0000 |
---|---|---|
committer | arved <arved@unknown> | 2000-12-22 02:57:04 +0000 |
commit | 26db794f3622761cecde0b4e03a1c82c6f0c96e8 (patch) | |
tree | f63818a68a85a5eedee4eb3ce09b0329f100e8d4 /build.xml | |
parent | 1c3467b23a7839ab29d4236af50ddcad56f4db5b (diff) | |
download | xmlgraphics-fop-26db794f3622761cecde0b4e03a1c82c6f0c96e8.tar.gz xmlgraphics-fop-26db794f3622761cecde0b4e03a1c82c6f0c96e8.zip |
JDK 1.1.x changes. Thanks to Art Welch.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193920 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -253,7 +253,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro <!-- compiles hyphenation patterns --> <!-- =================================================================== --> - <target name="hyphenation" depends="prepare,compile" > + <target name="hyphenation" depends="prepare" > <serHyph includes="*.xml" sourceDir="./hyph" targetDir="${build.dest}/hyph" /> |