You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by sa...@locus.apache.org on 2000/10/04 00:38:39 UTC

cvs commit: jakarta-watchdog-4.0/src/server/jsp-tests/WEB-INF web.xml

santosh     00/10/03 15:38:38

  Added:       src/server/jsp-tests/WEB-INF web.xml
  Log:
  watchdog 4.0
  
  Revision  Changes    Path
  1.1                  jakarta-watchdog-4.0/src/server/jsp-tests/WEB-INF/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>
  	   http://java.apache.org/tomcat/examples-taglib
          </taglib-uri>
          <taglib-location>
             /WEB-INF/classes/jsp/example-taglib.tld
          </taglib-location>
      </taglib>
  
      <taglib>
          <taglib-uri>
  	   /TestLib.tld
          </taglib-uri>
          <taglib-location>
             /WEB-INF/tlds/TestLib.tld
          </taglib-location>
      </taglib>
  </web-app>