diff --git a/docs/ant_in_anger.html b/docs/ant_in_anger.html index 88fc0e0e6..0044b01c9 100644 --- a/docs/ant_in_anger.html +++ b/docs/ant_in_anger.html @@ -841,13 +841,6 @@ preamble and postamble work. Some projects, such as XDoclet only run under Ant, because that is the right place to be. -
Use the replace task to programmatic modify text files in your project.
@@ -1020,7 +1013,7 @@ reasonable representation for programs, and text editors and source code management systems can all handle it nicely. But a complex Ant file can get ugly because XML is a bit ugly, and a complex build is, well, complicated. Use XML comments so that the file you wrote last month -still makes sense when you get back to it, and use Antidote to edit the +still makes sense when you get back to it, and use proper xml editors to edit the files if you prefer it.

Big projects still get complicated fast