[Mocklib-checkins] mocklib2/bldfiles build.xml,1.1,1.2
Brought to you by:
bittwidler,
fastdragon
From: Nobody <fas...@us...> - 2005-12-21 18:46:11
|
Update of /cvsroot/mocklib/mocklib2/bldfiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3628/bldfiles Modified Files: build.xml Log Message: trigger build Index: build.xml =================================================================== RCS file: /cvsroot/mocklib/mocklib2/bldfiles/build.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** build.xml 27 Jun 2005 03:40:32 -0000 1.1 --- build.xml 21 Dec 2005 18:45:58 -0000 1.2 *************** *** 419,422 **** --- 419,423 ---- *********************************************************************** --> + <target name="testall" depends="instrumentation" description="Run ALL junit and abbot tests after compiling code"> <mkdir dir="${junit.results}"/> |