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

ProjectHelper

-

Description

-

This task is provided for the purpose of allowing the user to install a different -ProjectHelper at runtime. -

-

The helpers will be added after all the already registered helpers, but before -the default one (ProjectHelper2) -

-

See the description of Apache Ant's -Project Helper for more information. -

-

Since Ant 1.8.2

- -

Parameters specified as nested elements

- -You may specify many configured org.apache.tools.ant.ProjectHelper instances. - -

Example

- -

Install a custom ProjectHelper implementation - (assuming MyProjectHelper extends ProjectHelper):

- -
-<typedef classname="org.example.MyProjectHelper"
-              name="myprojecthelper"/>
-<projecthelper>
-  <myprojecthelper/>
-</projecthelper>
-
- - - - -- cgit 1.2.3-korg