https://bz.apache.org/bugzilla/show_bug.cgi?id=34403

Stefan Bodewig <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |1.8.0
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #4 from Stefan Bodewig <[email protected]> ---
This can be achieved with a combination of <restrict> and <archives> in Ant 1.8
and later.

<zip>
  ...
  <restrict>
    <archives>
      <zips>
        ... waht used to be inside your zipgroupfileset ...
      </zips>
    </archives>
    <not>
      <name name="META-INF/*.SF"/>
    </not>
  </restrict>
</zip>

and similar constructs.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to