From: Griffin C. <gc...@us...> - 2005-02-12 18:54:16
|
Update of /cvsroot/dotnetmock/dotnetmock In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24972 Modified Files: .cvsignore DotNetMock.build Log Message: - Added key file & clover license to cvs ignor - included debugging symbols in package Index: .cvsignore =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** .cvsignore 1 Jan 2005 22:57:50 -0000 1.3 --- .cvsignore 12 Feb 2005 18:54:07 -0000 1.4 *************** *** 6,7 **** --- 6,9 ---- report DotNetMock.resharperoptions + dotnetmock.key + clovernet.license \ No newline at end of file Index: DotNetMock.build =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.build,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** DotNetMock.build 12 Feb 2005 18:30:55 -0000 1.21 --- DotNetMock.build 12 Feb 2005 18:54:07 -0000 1.22 *************** *** 165,168 **** --- 165,169 ---- <fileset basedir="${build.dir}"> <include name="*.dll" /> + <include name="*.pdb" /> </fileset> </copy> |