vgritsenko    2002/06/30 16:26:56

  Modified:    src/documentation/xdocs/developing httprequest.xml
  Log:
  Remove references to *Factories
  
  Revision  Changes    Path
  1.5       +2 -2      xml-cocoon2/src/documentation/xdocs/developing/httprequest.xml
  
  Index: httprequest.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/developing/httprequest.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- httprequest.xml   24 May 2002 13:06:18 -0000      1.4
  +++ httprequest.xml   30 Jun 2002 23:26:56 -0000      1.5
  @@ -66,7 +66,7 @@
   
       <map:selectors default="browser">
         <map:selector name="browser" 
  -                    factory="org.apache.cocoon.selection.BrowserSelectorFactory">
  +                    factory="org.apache.cocoon.selection.BrowserSelector">
           <browser name="explorer" useragent="MSIE"/>
           <browser name="netscape" useragent="Mozilla"/> 
         </map:selector> 
  @@ -74,7 +74,7 @@
   
       <map:matchers default="uri">
         <map:matcher name="uri" 
  -                   factory="org.apache.cocoon.matching.WildcardURIMatcherFactory"/>
  +                   factory="org.apache.cocoon.matching.WildcardURIMatcher"/>
       </map:matchers> 
   
     </map:components> 
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to