/[Apache-SVN]/ant/sandbox/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/antlib.xml
ViewVC logotype

Diff of /ant/sandbox/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/antlib.xml

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

--- ant/sandbox/antlibs/dotnet/trunk/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/antlib.xml	2005/05/02 09:17:30	165612
+++ ant/sandbox/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/antlib.xml	2005/05/02 09:34:39	165613
@@ -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.
@@ -17,22 +17,22 @@
 <antlib>
   <taskdef
     name="dotnetexec"
-    classname="org.apache.tools.ant.taskdefs.optional.dotnet.DotNetExecTask"
+    classname="org.apache.ant.dotnet.DotNetExecTask"
     />
   <taskdef
     name="msbuild"
-    classname="org.apache.tools.ant.taskdefs.optional.dotnet.MSBuildTask"
+    classname="org.apache.ant.dotnet.MSBuildTask"
     />
   <taskdef
     name="nant"
-    classname="org.apache.tools.ant.taskdefs.optional.dotnet.NAntTask"
+    classname="org.apache.ant.dotnet.NAntTask"
     />
   <taskdef
     name="wix"
-    classname="org.apache.tools.ant.taskdefs.optional.dotnet.WixTask"
+    classname="org.apache.ant.dotnet.WixTask"
     />
   <taskdef
     name="nunit"
-    classname="org.apache.tools.ant.taskdefs.optional.dotnet.NUnitTask"
+    classname="org.apache.ant.dotnet.NUnitTask"
     />
 </antlib>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26