[Mocklib-checkins] mocklib2/bldfiles design.xml,1.2,1.3
Brought to you by:
bittwidler,
fastdragon
From: Nobody <fas...@us...> - 2006-01-13 14:48:41
|
Update of /cvsroot/mocklib/mocklib2/bldfiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13634/bldfiles Modified Files: design.xml Log Message: get build passing again by modifying design slightly and in some cases modifying code to adhere to design. Index: design.xml =================================================================== RCS file: /cvsroot/mocklib/mocklib2/bldfiles/design.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** design.xml 1 Jan 2006 00:35:56 -0000 1.2 --- design.xml 13 Jan 2006 14:48:31 -0000 1.3 *************** *** 27,31 **** </package> ! <package name="impl2" package="biz.xsoftware.mock2"> <!-- is depending on junit a good idea???? it makes it easier to prevent people from forgetting to call verify but also locks us to use junit more --- 27,31 ---- </package> ! <package name="api" package="biz.xsoftware.mock2"> <!-- is depending on junit a good idea???? it makes it easier to prevent people from forgetting to call verify but also locks us to use junit more *************** *** 33,36 **** --- 33,39 ---- <depends>junit</depends> </package> + <package name="impl2" package="biz.xsoftware.mock2.impl"> + <depends>api</depends> + </package> <package name="testapi2" package="biz.xsoftware.test.mock2" subpackages="include"> <depends>impl2</depends> *************** *** 44,46 **** ! </design> \ No newline at end of file --- 47,49 ---- ! </design> |