You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2009/05/07 09:58:45 UTC

svn commit: r772535 - /ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/antlib.xml

Author: bodewig
Date: Thu May  7 07:58:39 2009
New Revision: 772535

URL: http://svn.apache.org/viewvc?rev=772535&view=rev
Log:
make tallow task available

Modified:
    ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/antlib.xml

Modified: ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/antlib.xml
URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/antlib.xml?rev=772535&r1=772534&r2=772535&view=diff
==============================================================================
--- ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/antlib.xml (original)
+++ ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/antlib.xml Thu May  7 07:58:39 2009
@@ -33,6 +33,10 @@
     classname="org.apache.ant.dotnet.wix.WixTask"
     />
   <taskdef
+    name="tallow"
+    classname="org.apache.ant.dotnet.wix.TallowTask"
+    />
+  <taskdef
     name="nunit"
     classname="org.apache.ant.dotnet.NUnitTask"
     />