From 753a6c60f47f3ac4f270005b65e9d6481de8eb68 Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Fri, 23 Oct 2015 10:00:02 -0700 Subject: Adding maven and ant source trees Change-Id: I0a39b9add833a31b9c3f98d193983ae2f3a5a445 Signed-off-by: Ashlee Young --- .../ant/apache-ant-1.9.6/manual/Tasks/deltree.html | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 framework/src/ant/apache-ant-1.9.6/manual/Tasks/deltree.html (limited to 'framework/src/ant/apache-ant-1.9.6/manual/Tasks/deltree.html') diff --git a/framework/src/ant/apache-ant-1.9.6/manual/Tasks/deltree.html b/framework/src/ant/apache-ant-1.9.6/manual/Tasks/deltree.html new file mode 100644 index 00000000..98adf4f5 --- /dev/null +++ b/framework/src/ant/apache-ant-1.9.6/manual/Tasks/deltree.html @@ -0,0 +1,56 @@ + + + + + + +Deltree Task + + + + +

Deltree

+

Deprecated

+

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

+

Description

+

Deletes a directory with all its files and subdirectories.

+

Parameters

+ + + + + + + + + + + +
AttributeDescriptionRequired
dirthe directory to delete.Yes
+

Examples

+
  <deltree dir="dist"/>
+

deletes the directory dist, including its files and +subdirectories.

+
  <deltree dir="${dist}"/>
+

deletes the directory ${dist}, including its files and +subdirectories.

+ + + + + -- cgit 1.2.3-korg