You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

archive-ant-descriptor.xml 327 B

12345678910
  1. <ant-lib>
  2. <types>
  3. <task name="bunzip2" classname="org.apache.antlib.archive.BUnzip2" />
  4. <task name="bzip2" classname="org.apache.antlib.archive.BZip2" />
  5. <task name="gunzip" classname="org.apache.antlib.archive.GUnzip" />
  6. <task name="gzip" classname="org.apache.antlib.archive.GZip" />
  7. </types>
  8. </ant-lib>