mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
break the rsync line because bamboo doesn't accept it in the comment field
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user