diff --git a/docs/manual/develop.html b/docs/manual/develop.html index 949a7a530..18c536068 100644 --- a/docs/manual/develop.html +++ b/docs/manual/develop.html @@ -29,7 +29,7 @@
It is very easy to write your own task:
org.apache.tools.ant.Task
- or another class that was desgined to be extended.public void
method that takes a single argument. The
name of the method must begin with set
, followed by the
@@ -380,7 +380,6 @@ public class MyVeryOwnTask extends Task {
-@@ -425,7 +424,6 @@ compiled.
Another way to add a task (more permanently), is to add the task name and
implementing class name to the default.properties
file in the
org.apache.tools.ant.taskdefs
@@ -487,7 +485,6 @@ been configured.