aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant
diff options
context:
space:
mode:
authorSean Dague2008-09-23 21:02:58 +0000
committerSean Dague2008-09-23 21:02:58 +0000
commite4dd526b0da64a033f2d83e023dbad41af0cf1c4 (patch)
tree4f5bb76d2a8e88a87fcf4a6f027b8ee04e6636af /.nant
parentRefactor BuiltIn_Commands_BaseClass to ScriptBaseClass to ease the later (diff)
downloadopensim-SC_OLD-e4dd526b0da64a033f2d83e023dbad41af0cf1c4.zip
opensim-SC_OLD-e4dd526b0da64a033f2d83e023dbad41af0cf1c4.tar.gz
opensim-SC_OLD-e4dd526b0da64a033f2d83e023dbad41af0cf1c4.tar.bz2
opensim-SC_OLD-e4dd526b0da64a033f2d83e023dbad41af0cf1c4.tar.xz
trying to force bamboo to have a clean working tree on each go around
Diffstat (limited to '.nant')
-rw-r--r--.nant/bamboo.build2
1 files changed, 2 insertions, 0 deletions
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 @@
67 <exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" /> 67 <exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" />
68 <exec program="rsync" workingdir="../doc" commandline="-az - - delete html/ /home/afrisby/public_html/docs/html/" /> 68 <exec program="rsync" workingdir="../doc" commandline="-az - - delete html/ /home/afrisby/public_html/docs/html/" />
69--> 69-->
70 <!-- ensure a clean checkout each time -->
71 <delete dir="../" />
70 </target> 72 </target>
71</project> 73</project>