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/05/21 22:44:08 UTC

cvs commit: jakarta-taglibs/random/examples/conf web.xml

catlett     01/05/21 13:44:08

  Added:       random/examples/conf web.xml
  Log:
  first import of random taglib
  
  Revision  Changes    Path
  1.1                  jakarta-taglibs/random/examples/conf/web.xml
  
  Index: web.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <!DOCTYPE web-app
      PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
      "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>
  </web-app>