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

Dirname

-

Description

-

-Task to determine the directory path of a specified file. -

-

-When this task executes, it will set the specified property to the -value of the specified file (or directory) up to, but not including, -the last path element. If the specified file is a path that ends in a -filename, the filename will be dropped. If the specified file is just -a filename, the directory will be the current directory. -

-

- Note: This is not the same as the UNIX dirname command, which is - defined as "strip non-directory suffix from filename". <dirname> - determines the full directory path of the specified file. -

-

Parameters

- - - - - - - - - - - - - - - - -
AttributeDescriptionRequired
fileThe path to take the dirname of.Yes
propertyThe name of the property to set.Yes
- -

Examples

-
  <dirname property="antfile.dir" file="${ant.file}"/>
-will set antfile.dir to the directory path for -${ant.file}. -
  <dirname property="foo.dirname" file="foo.txt"/>
-will set foo.dirname to the project's basedir.

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