You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by ca...@apache.org on 2001/08/14 01:52:43 UTC

cvs commit: jakarta-taglibs/mailer/doc/conf web.xml

catlett     01/08/13 16:52:43

  Modified:    mailer/doc/conf web.xml
  Log:
  updated to the new build process
  
  Revision  Changes    Path
  1.2       +7 -6      jakarta-taglibs/mailer/doc/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/mailer/doc/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	2001/03/31 03:10:36	1.1
  +++ web.xml	2001/08/13 23:52:43	1.2
  @@ -5,10 +5,11 @@
       "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
   
   <web-app>
  -    <display-name>Mailer Tag Library</display-name>
  -    <description>Tag library for sending mail</description>
  -    <taglib>
  -        <taglib-uri>http://jakarta.apache.org/taglibs/mailer-1.0</taglib-uri>
  -        <taglib-location>/WEB-INF/mailer.tld</taglib-location>
  -    </taglib>
  +
  +    <display-name>Mailer Tag Library Documentation</display-name>
  +    <description>
  +	Documentation for the "mailer" custom tag library for sending mail,
  +	from the JAKARTA-TAGLIBS project.
  +    </description>
  +
   </web-app>