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 --- .../ant/apache-ant-1.9.6/manual/Tasks/mkdir.html | 52 ---------------------- 1 file changed, 52 deletions(-) delete mode 100644 framework/src/ant/apache-ant-1.9.6/manual/Tasks/mkdir.html (limited to 'framework/src/ant/apache-ant-1.9.6/manual/Tasks/mkdir.html') diff --git a/framework/src/ant/apache-ant-1.9.6/manual/Tasks/mkdir.html b/framework/src/ant/apache-ant-1.9.6/manual/Tasks/mkdir.html deleted file mode 100644 index 5d945c0f..00000000 --- a/framework/src/ant/apache-ant-1.9.6/manual/Tasks/mkdir.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - -Mkdir Task - - - - -

Mkdir

-

Description

-

Creates a directory. Also non-existent parent directories are created, when -necessary. Does nothing if the directory already exist.

-

Parameters

- - - - - - - - - - - -
AttributeDescriptionRequired
dirthe directory to create.Yes
-

Examples

-
<mkdir dir="${dist}"/>
-

creates a directory ${dist}.

-
<mkdir dir="${dist}/lib"/>
-

creates a directory ${dist}/lib.

- - - - -- cgit 1.2.3-korg