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 pi...@apache.org on 2002/06/29 02:17:17 UTC

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

pierred     2002/06/28 17:17:17

  Added:       iterators/doc/conf web.xml
  Log:
  initial commit
  
  Revision  Changes    Path
  1.1                  jakarta-taglibs-sandbox/iterators/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.3//EN"
      "http://java.sun.com/j2ee/dtds/web-app_2_3.dtd">
  
  <web-app>
  
    <description>
      Documentation for the Iterators custom tag library,
      from the JAKARTA-TAGLIBS project.
    </description>
  
    <mime-mapping>
      <extension>txt</extension>
      <mime-type>text/plain</mime-type>
    </mime-mapping>
   
    <mime-mapping>
      <extension>html</extension>
      <mime-type>text/html</mime-type>
    </mime-mapping>
  
    <mime-mapping>
      <extension>htm</extension>
      <mime-type>text/html</mime-type>
    </mime-mapping>
  
    <welcome-file-list>
      <welcome-file>index.html</welcome-file>
    </welcome-file-list>
  
  </web-app>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>