[Mocklib-checkins] mocklib3/bldfiles design.xml,1.4,1.5
Brought to you by:
bittwidler,
fastdragon
From: Nobody <fas...@us...> - 2006-11-22 17:21:19
|
Update of /cvsroot/mocklib/mocklib3/bldfiles In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4004/bldfiles Modified Files: design.xml Log Message: fix the design file. Index: design.xml =================================================================== RCS file: /cvsroot/mocklib/mocklib3/bldfiles/design.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** design.xml 29 Oct 2006 17:27:53 -0000 1.4 --- design.xml 22 Nov 2006 17:21:09 -0000 1.5 *************** *** 17,23 **** --- 17,29 ---- <package name="api" package="biz.xsoftware.mock"/> + <package name="testcase" package="biz.xsoftware.mock.testcase"> + <depends>api</depends> + <depends>junit</depends> + </package> + <!-- This test suite tests the official mocklib api --> <package name="testapi" package="biz.xsoftware.test.mock" subpackages="include"> <depends>api</depends> + <depends>testcase</depends> <depends>junit</depends> </package> |