diff --git a/docs/manual/CoreTasks/componentdef.html b/docs/manual/CoreTasks/componentdef.html new file mode 100644 index 000000000..b082fc178 --- /dev/null +++ b/docs/manual/CoreTasks/componentdef.html @@ -0,0 +1,62 @@ + + + +
+ + ++ Adds a component definination to the current project. + A compenent definition is the same as a + typedef except: +
++ The purpose of this it allow internal ant definitions to be + be made for tags like "and" or "or". +
+ +<componentdef name="or" onerror="ignore" + classname="com.apache.tools.ant.taskdefs.conditions.Or"/> + <componentdef name="or" onerror="ignore" + classname="com.apache.tools.ant.types.resources.selectors.Or"/>+
+ defines two components with the same name "or", one is a condition + (see conditions) and one is + a selector (see selectors). +
+ + + diff --git a/docs/manual/coretasklist.html b/docs/manual/coretasklist.html index 48582ac11..2d2338919 100644 --- a/docs/manual/coretasklist.html +++ b/docs/manual/coretasklist.html @@ -53,6 +53,7 @@ Copy