Browse Source

update selector to go with the move

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276930 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 21 years ago
parent
commit
2aaaa9be98
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.xml

+ 1
- 1
build.xml View File

@@ -154,7 +154,7 @@

<selector id="needs.jdk1.5+">
<or>
<filename name="${ant.package}/taskdefs/condition/IsPingable*"/>
<filename name="${ant.package}/taskdefs/optional/condition/IsPingable*"/>
</or>
</selector>


Loading…
Cancel
Save