summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDor Bivas <dor1_b@walla.com>2014-04-15 11:18:51 +0300
committerDor Bivas <dor1_b@walla.com>2014-04-15 11:18:51 +0300
commitd652286a6477532bc54a8d4f16575c72aaa107dd (patch)
treef5babfdc8a9d1a9e921e5b1d79481cb18408af76
parent0fd22b341431b86a2d1c0178d7266324f7b0623e (diff)
build.xml: clean some extra directories
-rw-r--r--build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 441ad25..9189517 100644
--- a/build.xml
+++ b/build.xml
@@ -51,6 +51,9 @@
<!-- Delete the ${build} and ${dist} directory trees -->
<delete dir="${build}"/>
<delete dir="${dist}"/>
+ <delete dir="${doc}"/>
+ <delete dir="bin"/>
+ <delete dir="dox"/>
</target>
<!-- Generate javadocs for current project into ${doc.dir} -->