break the rsync line because bamboo doesn't accept it in the comment field
parent
3f73884674
commit
4f279c0b3e
|
@ -64,7 +64,7 @@
|
||||||
<!--
|
<!--
|
||||||
<echo message="Generating Doxygen documentation" />
|
<echo message="Generating Doxygen documentation" />
|
||||||
<exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" />
|
<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>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue