mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Merge pull request #133 from steveswinsburg/master
DS-1391 build should check for ant version 1.8.0+
This commit is contained in:
@@ -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 -->
|
||||
|
Reference in New Issue
Block a user