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 ----
|