Author: bodewig
Date: Mon Feb  6 21:22:58 2012
New Revision: 1241184

URL: http://svn.apache.org/viewvc?rev=1241184&view=rev
Log:
missed a version to fix

Modified:
    
ant/core/branches/ANT_18_BRANCH/src/etc/testcases/taskdefs/conditions/antversion.xml

Modified: 
ant/core/branches/ANT_18_BRANCH/src/etc/testcases/taskdefs/conditions/antversion.xml
URL: 
http://svn.apache.org/viewvc/ant/core/branches/ANT_18_BRANCH/src/etc/testcases/taskdefs/conditions/antversion.xml?rev=1241184&r1=1241183&r2=1241184&view=diff
==============================================================================
--- 
ant/core/branches/ANT_18_BRANCH/src/etc/testcases/taskdefs/conditions/antversion.xml
 (original)
+++ 
ant/core/branches/ANT_18_BRANCH/src/etc/testcases/taskdefs/conditions/antversion.xml
 Mon Feb  6 21:22:58 2012
@@ -32,10 +32,10 @@
                <fail>
                        <condition>
                                <not>
-                                       <antversion exactly="1.8.3" />
+                                       <antversion exactly="1.8.4" />
                                </not>
                        </condition>
-                       Should be exactly 1.8.3
+                       Should be exactly 1.8.4
 
                </fail>
        </target>


Reply via email to