You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2001/05/22 16:54:06 UTC

cvs commit: xml-cocoon2/webapp/sub sitemap.xmap

cziegeler    01/05/22 07:54:05

  Modified:    webapp/i18n sitemap.xmap
               webapp/protected sitemap.xmap
               webapp/sub sitemap.xmap
  Log:
  Fixed matcher declaration (from factory to src attribute)
  
  Revision  Changes    Path
  1.3       +1 -1      xml-cocoon2/webapp/i18n/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/webapp/i18n/sitemap.xmap,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- sitemap.xmap	2001/05/18 14:05:23	1.2
  +++ sitemap.xmap	2001/05/22 14:53:37	1.3
  @@ -17,7 +17,7 @@
   		<map:serializers default="html"/>
   		<map:selectors default="browser"/>
   		<map:matchers default="wildcard">
  -			<map:matcher name="wildcard" factory="org.apache.cocoon.matching.WildcardURIMatcherFactory"/>
  +			<map:matcher name="wildcard" src="org.apache.cocoon.matching.WildcardURIMatcherFactory"/>
   		</map:matchers>
   	</map:components>
   	<!-- =========================== Pipelines ================================= -->
  
  
  
  1.2       +1 -1      xml-cocoon2/webapp/protected/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/webapp/protected/sitemap.xmap,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sitemap.xmap	2001/05/09 20:50:21	1.1
  +++ sitemap.xmap	2001/05/22 14:53:47	1.2
  @@ -18,7 +18,7 @@
   
       <map:matchers default="wildcard">
         <map:matcher name="wildcard"        
  -        factory="org.apache.cocoon.matching.WildcardURIMatcherFactory"/>
  +        src="org.apache.cocoon.matching.WildcardURIMatcherFactory"/>
       </map:matchers>
   
       <map:actions>
  
  
  
  1.2       +1 -1      xml-cocoon2/webapp/sub/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/webapp/sub/sitemap.xmap,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sitemap.xmap	2001/05/09 20:50:10	1.1
  +++ sitemap.xmap	2001/05/22 14:53:58	1.2
  @@ -17,7 +17,7 @@
     <map:selectors default="browser"/>
   
     <map:matchers default="wildcard">
  -   <map:matcher name="wildcard"        factory="org.apache.cocoon.matching.WildcardURIMatcherFactory"/>
  +   <map:matcher name="wildcard"        src="org.apache.cocoon.matching.WildcardURIMatcherFactory"/>
     </map:matchers>
   
    </map:components>
  
  
  

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