vgritsenko    2002/06/30 16:26:57

  Modified:    src/documentation/xdocs/userdocs/concepts index.xml
  Log:
  Remove references to *Factories
  
  Revision  Changes    Path
  1.3       +2 -2      xml-cocoon2/src/documentation/xdocs/userdocs/concepts/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/userdocs/concepts/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml 16 Apr 2002 01:14:00 -0000      1.2
  +++ index.xml 30 Jun 2002 23:26:56 -0000      1.3
  @@ -313,8 +313,8 @@
         <p>Sitemap entries for different types of matchers</p>
   <source><![CDATA[
   <map:matchers default="wildcard">
  - <map:matcher name="wildcard" 
factory="org.apache.cocoon.matching.WildcardURIMatcherFactory"/>
  - <map:matcher name="regexp" 
factory="org.apache.cocoon.matching.RegexpURIMatcherFactory"/>
  + <map:matcher name="wildcard" 
factory="org.apache.cocoon.matching.WildcardURIMatcher"/>
  + <map:matcher name="regexp" factory="org.apache.cocoon.matching.RegexpURIMatcher"/>
   </map:matchers>
   ]]></source>
         <p>Pipeline entries in sitemap file</p>
  
  
  

----------------------------------------------------------------------
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