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 gl...@apache.org on 2001/06/26 14:40:24 UTC

cvs commit: jakarta-taglibs/src/taglib-template/examples/conf web.xml

glenn       01/06/26 05:40:23

  Modified:    src/taglib-template/examples/conf web.xml
  Log:
  Enhance web.xml template
  
  Revision  Changes    Path
  1.2       +4 -3      jakarta-taglibs/src/taglib-template/examples/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/src/taglib-template/examples/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	2001/05/23 11:33:57	1.1
  +++ web.xml	2001/06/26 12:40:20	1.2
  @@ -4,7 +4,8 @@
   <web-app>
   
     <description>
  -    <tagilb-name> description.
  +    Examples for the {display-name} custom tag library,
  +    from the JAKARTA-TAGLIBS project.
     </description>
   
     <mime-mapping>
  @@ -28,8 +29,8 @@
     </welcome-file-list>
   
     <taglib>
  -    <taglib-uri>http://jakarta.apache.org/taglibs/<taglib-name>-1.0</taglib-uri>
  -    <taglib-location>/WEB-INF/<taglib-name>.tld</taglib-location>
  +    <taglib-uri>http://jakarta.apache.org/taglibs/{taglib-name}-1.0</taglib-uri>
  +    <taglib-location>/WEB-INF/{taglib-name}.tld</taglib-location>
     </taglib>
   
   </web-app>