You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2002/07/01 01:26:57 UTC

cvs commit: xml-cocoon2/src/documentation/xdocs/userdocs/concepts index.xml

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:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org