diff --git a/docs/manual/CoreTasks/pack.html b/docs/manual/CoreTasks/pack.html index 28c76ebbc..406ad6060 100644 --- a/docs/manual/CoreTasks/pack.html +++ b/docs/manual/CoreTasks/pack.html @@ -2,14 +2,16 @@ -Apache Ant User Manual +GZip/BZip2

GZip/BZip2

Description

-

Packs a file using the GZip or BZip2 algorithm.

+

Packs a file using the GZip or BZip2 algorithm. +These tasks do not do any dependency checking; the output file is +always generated

Parameters

@@ -19,22 +21,22 @@ - + - +
srcthe file to gzip.the file to gzip/bzip. Yes
tofilezipfile the destination file. Yes

Examples

-

<gzip src="test.tar" tofile="test.tar.gz" +

<gzip src="test.tar" zipfile="test.tar.gz" />

-

<bzip2 src="test.tar" tofile="test.tar.bz2" +

<bzip2 src="test.tar" zipfile="test.tar.bz2" />