Index: build/doxygen.sh =================================================================== diff -u -ra74dc152e367ca7bbef7ab4740c95796401a653c -r06250a86799a3f765d41148f0d01d4a10bf3817e --- build/doxygen.sh (.../doxygen.sh) (revision a74dc152e367ca7bbef7ab4740c95796401a653c) +++ build/doxygen.sh (.../doxygen.sh) (revision 06250a86799a3f765d41148f0d01d4a10bf3817e) @@ -10,8 +10,9 @@ REPORT_DIR="$timeStamp-BuildNo-$buildNumber-$buildPlan" REPORT=Doxument if [ ! -z "$RUN_FOR_LOCAL" ];then - cp -r ../../Projects/document document + cp -r ~/Projects/document document else + cd git clone ssh://git@devapps.diality.us:7999/ui/document.git fi cd document