You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2001/03/31 23:55:06 UTC

cvs commit: jakarta-tomcat/src/etc modules.xml

costin      01/03/31 13:55:06

  Modified:    src/etc  modules.xml
  Log:
  Updated for the new location of TagPool
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-tomcat/src/etc/modules.xml
  
  Index: modules.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/etc/modules.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- modules.xml	2001/03/24 06:49:29	1.3
  +++ modules.xml	2001/03/31 21:55:06	1.4
  @@ -507,7 +507,7 @@
   </module>
   
   
  -<module name="TagPoolManagerInterceptor" javaClass="org.apache.tomcat.modules.tagpool.TagPoolManagerInterceptor">
  +<module name="TagPoolManagerInterceptor" javaClass="org.apache.tomcat.facade.TagPoolManagerInterceptor">
   <category name="tagpool"/>
   <doc>Not yet</doc>
   </module>