Github user twogee commented on a diff in the pull request:

    https://github.com/apache/ant/pull/63#discussion_r201826479
  
    --- Diff: build.xml ---
    @@ -277,13 +277,20 @@
         <filename name="${optional.package}/ANTLR*"/>
       </selector>
     
    +  <selector id="needs.imageio">
    +    <or>
    +      <filename name="${optional.package}/image/ImageIO*"/>
    +      <filename name="${optional.type.package}/imageio/"/>
    +    </or>
    +  </selector>
    +
       <selector id="needs.jmf">
         <filename name="${optional.package}/sound/"/>
       </selector>
     
       <selector id="needs.jai">
         <or>
    -      <filename name="${optional.package}/image/"/>
    +      <filename name="${optional.package}/image/Image.*"/>
    --- End diff --
    
    Thanks, Stefan, on to the documentation...


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to