break the rsync line because bamboo doesn't accept it in the comment field

0.6.0-stable
Sean Dague 2008-09-10 18:29:01 +00:00
parent 3f73884674
commit 4f279c0b3e
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
<!--
<echo message="Generating Doxygen documentation" />
<exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" />
<exec program="rsync" workingdir="../doc" commandline="-az --delete html/ /home/afrisby/public_html/docs/html/" />
<exec program="rsync" workingdir="../doc" commandline="-az - - delete html/ /home/afrisby/public_html/docs/html/" />
-->
</target>
</project>