Update of /cvsroot/sharpcvslib/sharpcvslib/.externalToolBuilders/builder.nant
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25475/.externalToolBuilders/builder.nant
Modified Files:
builder.nant.vcproj
Log Message:
Fixed bugs in the CvsRoot parser, changed to use regex. Now will parse NT roots (which have d:/in path), and parses port number correctly.
Index: builder.nant.vcproj
===================================================================
RCS file: /cvsroot/sharpcvslib/sharpcvslib/.externalToolBuilders/builder.nant/builder.nant.vcproj,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** builder.nant.vcproj 11 Jun 2004 15:39:38 -0000 1.3
--- builder.nant.vcproj 27 Jul 2004 06:43:27 -0000 1.4
***************
*** 34,37 ****
--- 34,39 ----
</Configurations>
<References>
+ <AssemblyReference
+ RelativePath="c:\progra~1\mailfr~1\testru~1\nunit.framework.dll"/>
</References>
<Files>
|