From e4dd526b0da64a033f2d83e023dbad41af0cf1c4 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Tue, 23 Sep 2008 21:02:58 +0000
Subject: trying to force bamboo to have a clean working tree on each go around

---
 .nant/bamboo.build | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 862ff6e..42d0b22 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -67,5 +67,7 @@
     <exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" />
     <exec program="rsync" workingdir="../doc" commandline="-az - - delete html/ /home/afrisby/public_html/docs/html/" />
 -->
+ <!-- ensure a clean checkout each time -->
+   <delete dir="../" />
   </target>
 </project>
-- 
cgit v1.1