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 ho...@locus.apache.org on 2000/12/09 01:29:59 UTC

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

horwat      00/12/08 16:29:59

  Added:       utility/doc/conf web.xml
  Log:
  Added missing utility tags web.xml file.
  
  Revision  Changes    Path
  1.1                  jakarta-taglibs/utility/doc/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>
      <taglib>
          <taglib-uri>
  	   UTILITYTAGS
          </taglib-uri>
          <taglib-location>
             /WEB-INF/tld/utility.tld
          </taglib-location>
      </taglib>
  </web-app>