From 0954289e7266497b6ffe61f0c46c32da01871517 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Fri, 21 Dec 2001 20:08:33 +0000 Subject: [PATCH] fixing doc to match code git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270292 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/pack.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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" />