[Mocklib-checkins] mocklib3/bldfiles build.xml,1.5,1.6
Brought to you by:
bittwidler,
fastdragon
From: Nobody <fas...@us...> - 2006-09-12 03:39:28
|
Update of /cvsroot/mocklib/mocklib3/bldfiles In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv19749/bldfiles Modified Files: build.xml Log Message: add message Index: build.xml =================================================================== RCS file: /cvsroot/mocklib/mocklib3/bldfiles/build.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** build.xml 12 Sep 2006 03:23:28 -0000 1.5 --- build.xml 12 Sep 2006 03:39:25 -0000 1.6 *************** *** 686,689 **** --- 686,690 ---- <sshexec host="shell.sourceforge.net" username="${user}" password="${password}" command="rm /home/groups/m/mo/mocklib/${name}*.zip" /--> + <echo message="Trying to tag cvs now....."/> <cvs failonerror="true" command="tag ${version}"/> |