Loosening up Ant requirements beyond a particular build date - my 1.7.0 was built on Feb 6 2008 :)
This commit is contained in:
parent
f5490e4995
commit
31b643724b
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue