[Mocklib-checkins] mocklib2/bldfiles build.xml,1.7,1.8
Brought to you by:
bittwidler,
fastdragon
|
From: Nobody <fas...@us...> - 2005-12-21 20:58:19
|
Update of /cvsroot/mocklib/mocklib2/bldfiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3562/bldfiles Modified Files: build.xml Log Message: testing sleep Index: build.xml =================================================================== RCS file: /cvsroot/mocklib/mocklib2/bldfiles/build.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** build.xml 21 Dec 2005 20:42:40 -0000 1.7 --- build.xml 21 Dec 2005 20:58:09 -0000 1.8 *************** *** 108,111 **** --- 108,113 ---- <echo message="basedir=${basedir}"/> + <sleep minutes="1"/> + <!--Just a convenient pathconvert to debug paths above by converting to string and printing --> <pathconvert dirsep="/" pathsep=" " property="temp.somepath" refid="junit.lib" setonempty="true"/> |