[Mocklib-checkins] mocklib2/bldfiles build.xml,1.8,1.9
Brought to you by:
bittwidler,
fastdragon
From: Nobody <fas...@us...> - 2005-12-21 21:04:48
|
Update of /cvsroot/mocklib/mocklib2/bldfiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4986/bldfiles Modified Files: build.xml Log Message: get rid of sleep Index: build.xml =================================================================== RCS file: /cvsroot/mocklib/mocklib2/bldfiles/build.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** build.xml 21 Dec 2005 20:58:09 -0000 1.8 --- build.xml 21 Dec 2005 21:04:41 -0000 1.9 *************** *** 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"/> --- 108,111 ---- |