Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Clayton Harbour <drakmar@us...> - 2005-02-12 06:39:41
|
Update of /cvsroot/sharpcvslib/sharpcvslib/tools/nant/opt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25442/tools/nant/opt Modified Files: .cvsignore Log Message: Fixed a bug in the ClearStaticDirectoryResponse and Entry. The path information for a directory was being stored correctly in the CVS folders (should be up a folder). Also added a (simple) Assertion framework. Index: .cvsignore =================================================================== RCS file: /cvsroot/sharpcvslib/sharpcvslib/tools/nant/opt/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .cvsignore 3 Feb 2005 06:09:06 -0000 1.1 --- .cvsignore 12 Feb 2005 06:39:32 -0000 1.2 *************** *** 2,4 **** NAntExtras.csproj.user obj ! NAntExtras.suo \ No newline at end of file --- 2,5 ---- NAntExtras.csproj.user obj ! NAntExtras.suo ! bin \ No newline at end of file |