From 7c24f9164c6c8c840010e49f7780f9158b2e2e46 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Wed, 10 Apr 2002 14:13:59 +0000
Subject: [PATCH] Make sure the dest attribute gets reset at the end of execute
in and (bug 7552 audit).
Fix documentation for and - these tasks perform
dependency checks.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272343 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/pack.html | 6 +++---
src/main/org/apache/tools/ant/taskdefs/BUnzip2.java | 2 ++
src/main/org/apache/tools/ant/taskdefs/BZip2.java | 2 ++
src/main/org/apache/tools/ant/taskdefs/Pack.java | 2 ++
src/main/org/apache/tools/ant/taskdefs/Unpack.java | 13 ++++++++++---
5 files changed, 19 insertions(+), 6 deletions(-)
diff --git a/docs/manual/CoreTasks/pack.html b/docs/manual/CoreTasks/pack.html
index 3bf280694..b1243e9e5 100644
--- a/docs/manual/CoreTasks/pack.html
+++ b/docs/manual/CoreTasks/pack.html
@@ -10,8 +10,8 @@
Description
Packs a file using the GZip or BZip2 algorithm.
-These tasks do not do any dependency checking; the output file is
-always generated
+The output file is only generated if it doesn't exist or the source
+file is newer.
Parameters
@@ -40,7 +40,7 @@ always generated
/>
-Copyright © 2001 Apache Software Foundation. All rights
+
Copyright © 2001-2002 Apache Software Foundation. All rights
Reserved.