summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
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 35545cc..0611e73 100644
--- a/build.xml
+++ b/build.xml
@@ -35,7 +35,7 @@
</target>
<target name="clean" description="clean up" >
- <!-- Delete the ${classes} and ${dist} directory trees -->
+ <delete dir="${basedir}/javadoc/" />
<delete dir="${classes}" />
<delete dir="${dist}" />
<delete file="MANIFEST.MF" />