Merge pull request #133 from steveswinsburg/master

DS-1391 build should check for ant version 1.8.0+
This commit is contained in:
helix84
2012-11-21 00:51:39 -08:00

View File

@@ -34,6 +34,15 @@ Common usage:
========================================================================
</description>
<!-- DS-1391: Ant 1.8.0+ is required, fail if not available. -->
<fail message="Ant 1.8.0+ is required, ${ant.version} is not supported">
<condition>
<not>
<antversion atleast="1.8.0"/>
</not>
</condition>
</fail>
<!-- ============================================================= -->
<!-- Will be using various environment variables -->