/[Apache-SVN]/ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/etc/testcases/nant.xml
ViewVC logotype

Diff of /ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/etc/testcases/nant.xml

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

--- ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/etc/testcases/nant.xml	2005/05/02 09:34:39	165613
+++ ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/etc/testcases/nant.xml	2005/05/02 09:39:42	165614
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
- Copyright  2003-2004 The Apache Software Foundation
+ Copyright 2003-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,15 +15,7 @@
   limitations under the License.
 -->
 <project name="nant" basedir="." default="echo"
-  xmlns:dn="antlib:org.apache.tools.ant.taskdefs.optional.dotnet">
-
-  <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>
+  xmlns:dn="antlib:org.apache.ant.dotnet">
 
   <property environment="env"/>
   <condition property="nant.found">
@@ -37,7 +29,7 @@
   <target name="echo">
     <nant 
       buildfile="src/nant.build" 
-      xmlns="antlib:org.apache.tools.ant.taskdefs.optional.dotnet"
+      xmlns="antlib:org.apache.ant.dotnet"
       >
       <target name="echo"/>
       <property name="foo" value="bar"/>
@@ -47,7 +39,7 @@
   <target name="nested-file">
     <property name="foo" value="bar"/>
     <nant
-      xmlns="antlib:org.apache.tools.ant.taskdefs.optional.dotnet"
+      xmlns="antlib:org.apache.ant.dotnet"
       >
       <build>
         <project basedir="." default="echo">
@@ -62,7 +54,7 @@
   <target name="nested-task">
     <property name="foo" value="bar"/>
     <nant
-      xmlns="antlib:org.apache.tools.ant.taskdefs.optional.dotnet"
+      xmlns="antlib:org.apache.ant.dotnet"
       >
       <build>
         <echo message="foo is ${foo}"/>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26