aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant
diff options
context:
space:
mode:
authorSean Dague2008-09-10 18:29:01 +0000
committerSean Dague2008-09-10 18:29:01 +0000
commit4f279c0b3ec57ab5b39fd51ffe88ff52bc0a3308 (patch)
tree8d3528218842f3685294a4ceced3e5e190417144 /.nant
parentthe explicit log4net configure attempt was maybe breaking bamboo, get (diff)
downloadopensim-SC_OLD-4f279c0b3ec57ab5b39fd51ffe88ff52bc0a3308.zip
opensim-SC_OLD-4f279c0b3ec57ab5b39fd51ffe88ff52bc0a3308.tar.gz
opensim-SC_OLD-4f279c0b3ec57ab5b39fd51ffe88ff52bc0a3308.tar.bz2
opensim-SC_OLD-4f279c0b3ec57ab5b39fd51ffe88ff52bc0a3308.tar.xz
break the rsync line because bamboo doesn't accept it in the comment field
Diffstat (limited to '.nant')
-rw-r--r--.nant/bamboo.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index beef52d..5c0f70b 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -64,7 +64,7 @@
64<!-- 64<!--
65 <echo message="Generating Doxygen documentation" /> 65 <echo message="Generating Doxygen documentation" />
66 <exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" /> 66 <exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" />
67 <exec program="rsync" workingdir="../doc" commandline="-az --delete html/ /home/afrisby/public_html/docs/html/" /> 67 <exec program="rsync" workingdir="../doc" commandline="-az - - delete html/ /home/afrisby/public_html/docs/html/" />
68--> 68-->
69 </target> 69 </target>
70</project> 70</project>