Commit fe39d5e9 authored by Daryl Herzmann's avatar Daryl Herzmann Committed by akrherz

OF-373 bandaid to support ant 1.8.x for now, until somebody smarter

than me can properly fix it.  


git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11768 b35dd754-fafc-0310-a699-88a17e54d16e
parent a95071d7
......@@ -225,6 +225,7 @@
<or>
<contains string="${ant.version}" substring="1.6"/>
<contains string="${ant.version}" substring="1.7"/>
<contains string="${ant.version}" substring="1.8"/>
</or>
</not>
</condition>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment