Skip to content

Commit

Permalink
Merge branch 'cdk-1.2.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Feb 4, 2010
2 parents c4b4c48 + 4398cc4 commit 2710973
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.xml
Expand Up @@ -162,9 +162,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 2710973

Please sign in to comment.