From 2f31d0c9642d34cb2991356daf4c876d8b5845f9 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Mon, 25 Feb 2002 11:03:40 +0000
Subject: [PATCH] Add encoding attribute to copy/move so that filtered
operations work on encodings different than the platform's default as well.
PR: Christopher Taylor
some year 2002 fixes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271540 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/property.html | 2 +-
.../org/apache/tools/ant/taskdefs/Copy.java | 34 +++++++++++-
.../org/apache/tools/ant/taskdefs/Move.java | 8 ++-
.../apache/tools/ant/taskdefs/Property.java | 2 +-
.../optional/ide/VAJWorkspaceScanner.java | 2 +-
.../org/apache/tools/ant/util/FileUtils.java | 55 ++++++++++++++++++-
.../tools/ant/taskdefs/PropertyTest.java | 2 +-
7 files changed, 95 insertions(+), 10 deletions(-)
diff --git a/docs/manual/CoreTasks/property.html b/docs/manual/CoreTasks/property.html
index 5a934e819..3552315ff 100644
--- a/docs/manual/CoreTasks/property.html
+++ b/docs/manual/CoreTasks/property.html
@@ -147,7 +147,7 @@ Two of the values are shown being echoed.
-Copyright © 2001 Apache Software Foundation. All rights
+
Copyright © 2001-2002 Apache Software Foundation. All rights
Reserved.