diff options
author | Sean Dague | 2008-09-10 18:29:01 +0000 |
---|---|---|
committer | Sean Dague | 2008-09-10 18:29:01 +0000 |
commit | 4f279c0b3ec57ab5b39fd51ffe88ff52bc0a3308 (patch) | |
tree | 8d3528218842f3685294a4ceced3e5e190417144 /.nant/bamboo.build | |
parent | the explicit log4net configure attempt was maybe breaking bamboo, get (diff) | |
download | opensim-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 '')
-rw-r--r-- | .nant/bamboo.build | 2 |
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> |