Regular Expression Replace Task
-------------------------------

This bundle contains an Ant task for executing a 
search-and-replace over a file or a set of files, using
regular expressions.

It depends upon the Jakarta-ORO regular expression classes,
and supports the Jakarta-ORO/Perl5 regular expression syntax
(including substitutions).
              
To build, run:
 
 ant -Dant-jar=<path to ant.jar> -Doro-jar=<path to jakarta-oro.jar>

(Or simply run javac on the two .java files in src, with ant.jar and 
jakarta-oro.jar in your classpath.  I tested with ORO v2.0.1.)

To deploy, add jakarta-oro.jar and rereplace.jar to the ant lib 
directory.

See doc/rereplace.html documentation, and doc/examples
for a few examples.

 - rlw

