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 2007/05/12 08:06:30 UTC

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

Author: kevj
Date: Fri May 11 23:06:29 2007
New Revision: 537342

URL: http://svn.apache.org/viewvc?view=rev&rev=537342
Log:
-new ResourceContains condition

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=537342&r1=537341&r2=537342
==============================================================================
--- 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 Fri May 11 23:06:29 2007
@@ -76,6 +76,8 @@
            classname="org.apache.tools.ant.taskdefs.condition.ParserSupports"/>
   <typedef name="resourcesmatch" onerror="ignore"
            classname="org.apache.tools.ant.taskdefs.condition.ResourcesMatch"/>
+  <typedef name="resourcecontains" onerror="ignore"
+           classname="org.apache.tools.ant.taskdefs.condition.ResourceContains"/>
   <typedef name="scriptcondition" onerror="ignore"
            classname="org.apache.tools.ant.types.optional.ScriptCondition"/>
   <typedef name="socket" onerror="ignore"
@@ -84,4 +86,4 @@
            classname="org.apache.tools.ant.taskdefs.condition.TypeFound"/>
   <typedef name="xor" onerror="ignore"
            classname="org.apache.tools.ant.taskdefs.condition.Xor"/>
-</antlib>
+</antlib>
\ No newline at end of file



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