[EMAIL PROTECTED] wrote:
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/AntVersion.java?rev=409344&r1=409343&r2=409344&view=diff
+            if (vs.equals("1.7.2"))     return 17.2f;

This will look funny when Ant 1.10 is released. :-) 110.0f?

BTW using == on floats is a little scary. I guess in this case the values will always be compile-time constants.

-J.

--
[EMAIL PROTECTED]  x22801  netbeans.org  ant.apache.org
      http://google.com/search?q=e%5E%28pi*i%29%2B1


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to