You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/06/13 07:47:11 UTC

svn commit: r954171 - /gump/metadata/testbase/nunit.xml

Author: bodewig
Date: Sun Jun 13 05:47:10 2010
New Revision: 954171

URL: http://svn.apache.org/viewvc?rev=954171&view=rev
Log:
build NAnt before NUnit

Modified:
    gump/metadata/testbase/nunit.xml

Modified: gump/metadata/testbase/nunit.xml
URL: http://svn.apache.org/viewvc/gump/metadata/testbase/nunit.xml?rev=954171&r1=954170&r2=954171&view=diff
==============================================================================
--- gump/metadata/testbase/nunit.xml (original)
+++ gump/metadata/testbase/nunit.xml Sun Jun 13 05:47:10 2010
@@ -25,6 +25,7 @@
   <bzr repository="nunit"/>
 
   <project name="nunit" language="csharp">
+    <option project="nant"/>
     <redistributable/>
     <nant buildfile="nunit.build" target="build-all"/>
     <license name="license.txt"/>