You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by bd...@apache.org on 2004/11/18 20:03:26 UTC

svn commit: r76265 - cocoon/branches/BRANCH_2_1_X/src/blocks/webdav/samples/step3

Author: bdelacretaz
Date: Thu Nov 18 11:03:25 2004
New Revision: 76265

Modified:
   cocoon/branches/BRANCH_2_1_X/src/blocks/webdav/samples/step3/sitemap.xmap
Log:
set pipeline to noncaching so that anteater webdav-step3 test passes on macsox

Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/webdav/samples/step3/sitemap.xmap
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/webdav/samples/step3/sitemap.xmap	(original)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/webdav/samples/step3/sitemap.xmap	Thu Nov 18 11:03:25 2004
@@ -31,7 +31,7 @@
     </global-variables>
   </map:component-configurations>
 
-  <map:pipeline>
+  <map:pipeline type="noncaching"> 
 
     <map:match pattern="repo/">
       <map:generate type="traverse" src="{global:staging}repo/"/>