From: <bo...@us...> - 2009-04-23 11:37:35
|
Revision: 300 http://xmlunit.svn.sourceforge.net/xmlunit/?rev=300&view=rev Author: bodewig Date: 2009-04-23 11:37:34 +0000 (Thu, 23 Apr 2009) Log Message: ----------- Add NUnit 2.4.8 Modified Paths: -------------- trunk/xmlunit/xmlunit.nant.build Added Paths: ----------- trunk/xmlunit/lib/nunit.framework.dll Added: trunk/xmlunit/lib/nunit.framework.dll =================================================================== (Binary files differ) Property changes on: trunk/xmlunit/lib/nunit.framework.dll ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: trunk/xmlunit/xmlunit.nant.build =================================================================== --- trunk/xmlunit/xmlunit.nant.build 2009-04-23 11:37:03 UTC (rev 299) +++ trunk/xmlunit/xmlunit.nant.build 2009-04-23 11:37:34 UTC (rev 300) @@ -14,7 +14,7 @@ <property name="nunit.v2.assembly" value="nunit.framework.dll" overwrite="false"/> <property name="nunit.v2.bin.dir" overwrite="false" - value="c:/apps/SharpDevelop/bin/nunit" /> + value="lib" /> <target name="init" description="prepare for other targets"> <mkdir dir="${bin.dir}"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |