You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2003/03/15 07:22:16 UTC

cvs commit: xml-forrest/src/resources/editor editor.xmap

jefft       2003/03/14 22:22:16

  Modified:    src/resources/editor editor.xmap
  Log:
  Syntax has changed from map:pipelines to map:pipes.  Untested
  
  Revision  Changes    Path
  1.6       +6 -6      xml-forrest/src/resources/editor/editor.xmap
  
  Index: editor.xmap
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/editor/editor.xmap,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- editor.xmap	23 Jan 2003 17:38:50 -0000	1.5
  +++ editor.xmap	15 Mar 2003 06:22:16 -0000	1.6
  @@ -39,14 +39,14 @@
     <!--
        The different pipeline implementations
     -->
  -  <map:pipelines default="caching">
  -     <map:pipeline name="caching" src="org.apache.cocoon.components.pipeline.impl.CachingProcessingPipeline"/>
  -     <map:pipeline name="noncaching" src="org.apache.cocoon.components.pipeline.impl.NonCachingProcessingPipeline"/>
  +  <map:pipes default="caching">
  +     <map:pipe name="caching" src="org.apache.cocoon.components.pipeline.impl.CachingProcessingPipeline"/>
  +     <map:pipe name="noncaching" src="org.apache.cocoon.components.pipeline.impl.NonCachingProcessingPipeline"/>
        <!-- The following two can be used for profiling:
  -     <map:pipeline name="profile-caching" src="org.apache.cocoon.components.profiler.ProfilingCachingProcessingPipeline"/>
  -     <map:pipeline name="profile-noncaching" src="org.apache.cocoon.components.profiler.ProfilingNonCachingProcessingPipeline"/>
  +     <map:pipe name="profile-caching" src="org.apache.cocoon.components.profiler.ProfilingCachingProcessingPipeline"/>
  +     <map:pipe name="profile-noncaching" src="org.apache.cocoon.components.profiler.ProfilingNonCachingProcessingPipeline"/>
        -->
  -  </map:pipelines>
  +  </map:pipes>
         
     </map:components>