You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ar...@hyperreal.org on 1999/11/11 01:25:08 UTC

cvs commit: jakarta-tomcat/src/tests/webpages/WEB-INF web.xml

arun        99/11/10 16:25:06

  Modified:    src/tests/webpages/WEB-INF Tag: TOMCAT_J2EE_10F_102199
                        web.xml
  Log:
  Removed the taglib lines.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.1.1.2.2 +0 -4      jakarta-tomcat/src/tests/webpages/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/tests/webpages/WEB-INF/web.xml,v
  retrieving revision 1.1.1.1.2.1
  retrieving revision 1.1.1.1.2.2
  diff -u -r1.1.1.1.2.1 -r1.1.1.1.2.2
  --- web.xml	1999/11/10 23:44:46	1.1.1.1.2.1
  +++ web.xml	1999/11/11 00:24:59	1.1.1.1.2.2
  @@ -69,8 +69,4 @@
               *.bop
           </url-pattern>
       </servlet-mapping>
  -    <taglib>
  -        <taglib-uri>myTagLib</taglib-uri>
  -        <taglib-location>/myLib/footaglib.tld</taglib-location>
  -    </taglib>
   </web-app>