glenn 01/05/02 04:43:32 Modified: regexp/doc/web index.html Log: Update docs with jakarta-oro requirements Revision Changes Path 1.3 +7 -2 jakarta-taglibs/regexp/doc/web/index.html Index: index.html =================================================================== RCS file: /home/cvs/jakarta-taglibs/regexp/doc/web/index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.html 2000/11/06 13:51:47 1.2 +++ index.html 2001/05/02 11:43:30 1.3 @@ -46,8 +46,10 @@ </P> <A NAME="requirements"><H3>Requirements</H3></A> -<P>This custom tag library requires no software other than a servlet container -that supports the JavaServer Pages Specification, version 1.1.</P> +<P>This custom tag library requires a servlet container +that supports the JavaServer Pages Specification, version 1.1. +And the <a href="http://jakarta.apache.org/oro/">Jakarta ORO</a> Perl +Regular Expression package.</P> <A NAME="config"><H3>Configuration</H3></A> <P>Follow these steps to configure your web application with this tag library:</P> @@ -66,6 +68,9 @@ </taglib> </PRE> </LI> +<LI>Make sure that the Jakarta-ORO package is in the classpath for your +web application or install it in the /WEB-INF/lib subdirectory of your +web application.</LI> </UL> <P>To use the tags from this library in your JSP pages, add the following directive at the top of each page: </P>
