[Mocklib-checkins] mocklib3/bldfiles build.xml,1.14,1.15
Brought to you by:
bittwidler,
fastdragon
From: Nobody <fas...@us...> - 2009-05-17 03:32:13
|
Update of /cvsroot/mocklib/mocklib3/bldfiles In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv7515/bldfiles Modified Files: build.xml Log Message: fix the build...take out pmd for now. Index: build.xml =================================================================== RCS file: /cvsroot/mocklib/mocklib3/bldfiles/build.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** build.xml 17 May 2009 03:20:37 -0000 1.14 --- build.xml 17 May 2009 03:32:00 -0000 1.15 *************** *** 717,721 **** *********************************************************************** --> ! <target name="all" depends="verifydesign, war,testall,checkstyle,pmd" description=""> </target> --- 717,721 ---- *********************************************************************** --> ! <target name="all" depends="verifydesign, war,testall,checkstyle" description=""> </target> |