[Mocklib-checkins] mocklib3/bldfiles build.xml,1.9,1.10
Brought to you by:
bittwidler,
fastdragon
From: Nobody <fas...@us...> - 2007-05-14 14:30:41
|
Update of /cvsroot/mocklib/mocklib3/bldfiles In directory sc8-pr-cvs16:/tmp/cvs-serv13307/bldfiles Modified Files: build.xml Log Message: make changes to build file on trust Index: build.xml =================================================================== RCS file: /cvsroot/mocklib/mocklib3/bldfiles/build.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** build.xml 14 May 2007 14:26:16 -0000 1.9 --- build.xml 14 May 2007 14:30:37 -0000 1.10 *************** *** 661,666 **** <target name="releaseDocs" depends="promptForInfo, createdist" if="password"> <scp file="${dist}/${name}-${version}.zip" trust="yes" todir="${user}@shell.sourceforge.net:/home/groups/m/mo/mocklib" password="${password}" /> ! <sshexec host="shell.sourceforge.net" username="${user}" password="${password}" command="rm -rf /home/groups/m/mo/mocklib/htdocs/${name}/*" /> ! <sshexec host="shell.sourceforge.net" username="${user}" password="${password}" command="unzip /home/groups/m/mo/mocklib/${name}-${version}.zip -d /home/groups/m/mo/mocklib/htdocs/" /> <!--sshexec host="shell.sourceforge.net" username="${user}" password="${password}" command="mv /home/groups/m/mo/mocklib/htdocs/${name}/* /home/groups/m/mo/mocklib/htdocs" /> <sshexec host="shell.sourceforge.net" username="${user}" password="${password}" command="rm /home/groups/m/mo/mocklib/${name}*.zip" /--> --- 661,666 ---- <target name="releaseDocs" depends="promptForInfo, createdist" if="password"> <scp file="${dist}/${name}-${version}.zip" trust="yes" todir="${user}@shell.sourceforge.net:/home/groups/m/mo/mocklib" password="${password}" /> ! <sshexec host="shell.sourceforge.net" trust="yes" username="${user}" password="${password}" command="rm -rf /home/groups/m/mo/mocklib/htdocs/${name}/*" /> ! <sshexec host="shell.sourceforge.net" trust="yes" username="${user}" password="${password}" command="unzip /home/groups/m/mo/mocklib/${name}-${version}.zip -d /home/groups/m/mo/mocklib/htdocs/" /> <!--sshexec host="shell.sourceforge.net" username="${user}" password="${password}" command="mv /home/groups/m/mo/mocklib/htdocs/${name}/* /home/groups/m/mo/mocklib/htdocs" /> <sshexec host="shell.sourceforge.net" username="${user}" password="${password}" command="rm /home/groups/m/mo/mocklib/${name}*.zip" /--> |