From b9421dc80af485591a9c50cc8921f912e0def11e Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Fri, 23 Oct 2015 10:05:40 -0700 Subject: Removing sources to replace with download links instead. Change-Id: Ie28789a725051aec0d1b04dd291b7690a7898668 Signed-off-by: Ashlee Young --- .../apache-ant-1.9.6/manual/Tasks/copyfile.html | 73 ---------------------- 1 file changed, 73 deletions(-) delete mode 100644 framework/src/ant/apache-ant-1.9.6/manual/Tasks/copyfile.html (limited to 'framework/src/ant/apache-ant-1.9.6/manual/Tasks/copyfile.html') diff --git a/framework/src/ant/apache-ant-1.9.6/manual/Tasks/copyfile.html b/framework/src/ant/apache-ant-1.9.6/manual/Tasks/copyfile.html deleted file mode 100644 index e204a7e6..00000000 --- a/framework/src/ant/apache-ant-1.9.6/manual/Tasks/copyfile.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - -Copyfile Task - - - - -

Copyfile

-

Deprecated

-

This task has been deprecated. Use the Copy task instead.

-

Description

-

Copies a file from the source to the destination. The file is only copied if -the source file is newer than the destination file, or when the destination file -does not exist.

-

Parameters

- - - - - - - - - - - - - - - - - - - - - - - - - - -
AttributeDescriptionRequired
srcthe filename of the file to copy.Yes
destthe filename of the file where to copy to.Yes
filteringindicates whether token filtering should take place during - the copyNo
forceoverwriteoverwrite existing files even if the destination - files are newer (default is false).No
-

Examples

-
-

<copyfile src="test.java" dest="subdir/test.java"/>

-

<copyfile src="${src}/index.html" dest="${dist}/help/index.html"/>

-
- - - - - -- cgit 1.2.3-korg