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 2011/01/25 10:39:06 UTC

svn commit: r1063186 - /ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml

Author: bodewig
Date: Tue Jan 25 09:39:06 2011
New Revision: 1063186

URL: http://svn.apache.org/viewvc?rev=1063186&view=rev
Log:
typo

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

Modified: ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml
URL: http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml?rev=1063186&r1=1063185&r2=1063186&view=diff
==============================================================================
--- ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml (original)
+++ ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml Tue Jan 25 09:39:06 2011
@@ -45,7 +45,7 @@ under the License.
   <typedef name="logcontent"
     classname="org.apache.ant.antunit.LogContent" />
 
-  <typedef name="resourcExists"
+  <typedef name="resourceExists"
     classname="org.apache.ant.antunit.ResourceExists"/>
 
   <!-- Actually just an alias of fail that expects a condition -->