aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2011-08-29 20:40:14 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2011-08-29 20:40:14 +0200
commite6b6626ded8b10067d5e0c8a43e001d0deda944e (patch)
treeb94bb1a93e94bbbe8134242e5980847ace33447e /build.xml
parenta4519b662902b8563113a41de01b0d57f569c7ff (diff)
downloadlombok-e6b6626ded8b10067d5e0c8a43e001d0deda944e.tar.gz
lombok-e6b6626ded8b10067d5e0c8a43e001d0deda944e.tar.bz2
lombok-e6b6626ded8b10067d5e0c8a43e001d0deda944e.zip
trivial
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index b6cee236..34e13d7e 100644
--- a/build.xml
+++ b/build.xml
@@ -42,6 +42,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr
<delete dir=".settings" quiet="true" />
<delete dir=".idea" quiet="true" />
<delete file="lombok.iml" quiet="true" />
+ <delete dir="ivyCache" quiet="true" />
</target>
<target name="download-ipp" unless="ivyplusplus.available">