You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ke...@apache.org on 2006/12/12 14:59:53 UTC

svn commit: r486148 - /ant/core/trunk/src/main/org/apache/tools/ant/types/conditions/antlib.xml

Author: kevj
Date: Tue Dec 12 05:59:52 2006
New Revision: 486148

URL: http://svn.apache.org/viewvc?view=rev&rev=486148
Log:
-add HasFreeSpace condition to antlib

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/types/conditions/antlib.xml

Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/conditions/antlib.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/conditions/antlib.xml?view=diff&rev=486148&r1=486147&r2=486148
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/types/conditions/antlib.xml (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/types/conditions/antlib.xml Tue Dec 12 05:59:52 2006
@@ -44,6 +44,8 @@
            classname="org.apache.tools.ant.taskdefs.condition.Equals"/>
   <typedef name="filesmatch" onerror="ignore"
            classname="org.apache.tools.ant.taskdefs.condition.FilesMatch"/>
+  <typedef name="hasfreespace" onerror="ignore"
+           classname="org.apache.tools.ant.taskdefs.condition.HasFreeSpace"/>
   <typedef name="http" onerror="ignore"
            classname="org.apache.tools.ant.taskdefs.condition.Http"/>
   <typedef name="isfailure" onerror="ignore"



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org