diff options
author | Sean Dague | 2008-09-23 21:56:38 +0000 |
---|---|---|
committer | Sean Dague | 2008-09-23 21:56:38 +0000 |
commit | 1aab81e23594e460c3926c1c9e0ef4d24a53ff4c (patch) | |
tree | 533a6bc98b7491bf08a74329919f977b8eb05de9 /.nant/bamboo.build | |
parent | commit the .config to see if that gets us over the bamboo hump (diff) | |
download | opensim-SC_OLD-1aab81e23594e460c3926c1c9e0ef4d24a53ff4c.zip opensim-SC_OLD-1aab81e23594e460c3926c1c9e0ef4d24a53ff4c.tar.gz opensim-SC_OLD-1aab81e23594e460c3926c1c9e0ef4d24a53ff4c.tar.bz2 opensim-SC_OLD-1aab81e23594e460c3926c1c9e0ef4d24a53ff4c.tar.xz |
couple of minor test cleanups to see if this gets us past the bamboo hump
Diffstat (limited to '')
-rw-r--r-- | .nant/bamboo.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build index 42d0b22..e3fbe4d 100644 --- a/.nant/bamboo.build +++ b/.nant/bamboo.build | |||
@@ -68,6 +68,5 @@ | |||
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 --> | 70 | <!-- ensure a clean checkout each time --> |
71 | <delete dir="../" /> | ||
72 | </target> | 71 | </target> |
73 | </project> | 72 | </project> |