You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by st...@apache.org on 2002/08/21 08:27:41 UTC

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/generation profiler.xmap

stephan     2002/08/20 23:27:41

  Modified:    src/java/org/apache/cocoon/generation profiler.xmap
  Log:
  Fixed class name for the ProfilerGenerator.
  
  Revision  Changes    Path
  1.2       +1 -2      xml-cocoon2/src/java/org/apache/cocoon/generation/profiler.xmap
  
  Index: profiler.xmap
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/generation/profiler.xmap,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- profiler.xmap	21 Aug 2002 06:15:31 -0000	1.1
  +++ profiler.xmap	21 Aug 2002 06:27:40 -0000	1.2
  @@ -1,5 +1,4 @@
   <?xml version="1.0"?>
   <xmap xpath="/sitemap/components/generators" unless="generator[@name='profiler']">
  -
  -    <map:generator label="content,data" logger="sitemap.generator.profiler" name="profiler" src="org.apache.cocoon.components.profiler.ProfilerGenerator"/>
  +    <map:generator label="content,data" logger="sitemap.generator.profiler" name="profiler" src="org.apache.cocoon.generation.ProfilerGenerator"/>
   </xmap>
  
  
  

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