Loosening up Ant requirements beyond a particular build date - my 1.7.0 was built on Feb 6 2008 :)

This commit is contained in:
Michael Studman 2008-03-26 11:46:28 +00:00
parent f5490e4995
commit 31b643724b
1 changed files with 2 additions and 2 deletions

View File

@ -671,8 +671,8 @@ For users of JDK 1.5 at least version 1.6.2 of Ant is required.
<echo>version is ${ant.version}</echo>
<condition property="have.ant17">
<or>
<equals arg1="${ant.version}"
arg2="Apache Ant version 1.7.0 compiled on December 13 2006"/>
<contains string="${ant.version}"
substring="Apache Ant version 1.7"/>
</or>
</condition>
</target>