Skip to content

Commit

Permalink
Ant has a release 1.8 that should be accepted in build.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Rajarshi Guha <rajarshi.guha@gmail.com>
  • Loading branch information
Mark Rynbeek authored and rajarshi committed Feb 4, 2010
1 parent 05c857c commit 4398cc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.xml
Expand Up @@ -153,9 +153,13 @@

<!-- test Ant version -->
<condition property="hasAnt17">
<or>
<contains string="${ant.version}" substring="1.7.1"/>
<contains string="${ant.version}" substring="1.8"/>
</or>
</condition>


<!-- test Java version -->
<condition property="isJava13">
<contains string="${java.version}" substring="1.3"/>
Expand Down

0 comments on commit 4398cc4

Please sign in to comment.