aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorarved <arved@unknown>2000-12-22 02:57:04 +0000
committerarved <arved@unknown>2000-12-22 02:57:04 +0000
commit26db794f3622761cecde0b4e03a1c82c6f0c96e8 (patch)
treef63818a68a85a5eedee4eb3ce09b0329f100e8d4 /build.xml
parent1c3467b23a7839ab29d4236af50ddcad56f4db5b (diff)
downloadxmlgraphics-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 782fc737c..6141cf4b0 100644
--- a/build.xml
+++ b/build.xml
@@ -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" />