/[Apache-SVN]/ant/sandbox/antlibs/dotnet/trunk/src/etc/testcases/nunit.xml
ViewVC logotype

Diff of /ant/sandbox/antlibs/dotnet/trunk/src/etc/testcases/nunit.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- ant/sandbox/antlibs/dotnet/trunk/src/etc/testcases/nunit.xml	2005/05/02 09:17:30	165612
+++ ant/sandbox/antlibs/dotnet/trunk/src/etc/testcases/nunit.xml	2005/05/02 09:34:39	165613
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
- Copyright  2004 The Apache Software Foundation
+ Copyright 2004-2005 The Apache Software Foundation
 
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -15,19 +15,11 @@
   limitations under the License.
 -->
 <project name="nunit" basedir="." default="echo"
-  xmlns:dn="antlib:org.apache.tools.ant.taskdefs.optional.dotnet">
+  xmlns:dn="antlib:org.apache.ant.dotnet">
 
   <property name="build.dir" value="build"/>
   <property name="src.dir" location="src"/>
 
-  <taskdef 
-    uri="antlib:org.apache.tools.ant.taskdefs.optional.dotnet"
-    resource="org/apache/tools/ant/taskdefs/optional/dotnet/antlib.xml">
-    <classpath>
-      <pathelement location="../../../build/lib/dotnet.jar"/>
-    </classpath>
-  </taskdef>
-
   <property environment="env"/>
   <condition property="nunit.found">
     <or>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26