catlett     01/08/13 16:30:10

  Modified:    random/doc/conf web.xml
  Log:
  updated web.xml for the new build
  
  Revision  Changes    Path
  1.2       +7 -6      jakarta-taglibs/random/doc/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/random/doc/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml   2001/05/21 20:36:31     1.1
  +++ web.xml   2001/08/13 23:30:10     1.2
  @@ -5,10 +5,11 @@
       "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";>
   
   <web-app>
  -    <display-name>Random Tag Library</display-name>
  -    <description>Tag library for creating a random string or number</description>
  -    <taglib>
  -        <taglib-uri>http://jakarta.apache.org/taglibs/random</taglib-uri>
  -        <taglib-location>/WEB-INF/random.tld</taglib-location>
  -    </taglib>
  +
  +    <display-name>Random Tag Library Documentation</display-name>
  +    <description>
  +    Documentation for the "random" custom tag library for creating a random string
  +    or number, from the JAKARAT-TAGLIBS project.
  +    </description>
  +
   </web-app>
  
  
  

Reply via email to