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

Taskdef

-

Description

-

Adds a task definition to the current project, such that this new task can be - used in the current project.

-

This task is a form of Typedef with the - attributes "adapter" and "adaptto" set to the values - "org.apache.tools.ant.TaskAdapter" and "org.apache.tools.ant.Task" - respectively. Anything said in the manual - page of typedef applies to taskdef as well.

-

Examples

-
  <taskdef name="myjavadoc" classname="com.mydomain.JavadocTask"/>
-

makes a task called myjavadoc available to Apache Ant. The class com.mydomain.JavadocTask -implements the task.

- - - - - -- cgit 1.2.3-korg