aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKeiron Liddle <keiron@apache.org>2001-06-19 10:55:16 +0000
committerKeiron Liddle <keiron@apache.org>2001-06-19 10:55:16 +0000
commit03251238691db372bb8e690c5a35c6400bd8da69 (patch)
treed843b3553fad5ad43550ceb7bbdacb0180f74e23 /docs
parent6d752095bbcb269c5f6da2e5ee9dc60aa274c5a7 (diff)
downloadxmlgraphics-fop-03251238691db372bb8e690c5a35c6400bd8da69.tar.gz
xmlgraphics-fop-03251238691db372bb8e690c5a35c6400bd8da69.zip
deletes the correct dir when clean
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194298 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/examples/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/build.xml b/docs/examples/build.xml
index 8f5e66bb0..0d60e65a5 100644
--- a/docs/examples/build.xml
+++ b/docs/examples/build.xml
@@ -116,7 +116,7 @@
<!-- Clean targets -->
<!-- =================================================================== -->
<target name="clean" depends="init">
- <deltree dir="${build.dir}"/>
+ <delete dir="${testDir}"/>
</target>