Author: thorsten
Date: Tue Feb 7 10:57:37 2006
New Revision: 375661
URL: http://svn.apache.org/viewcvs?rev=375661&view=rev
Log:
Removing code from the dispatcher that prevented to use the core sitemap
caching pipes, I found out when playing around with the profiler. You now just
need to activate the profiling in the core sitemap and it will work directly
for the dispatcher as well since we reusing the components from the main
sitemap. FOR-798 and FOR-803
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themes.xmap
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap?rev=375661&r1=375660&r2=375661&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap
Tue Feb 7 10:57:37 2006
@@ -31,14 +31,6 @@
-->
<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
<map:components>
- <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"
- />
- </map:pipes>
<map:selectors>
<map:selector logger="sitemap.selector.exists" name="exists"
src="org.apache.forrest.sourceexists.SourceExistsSelector" />
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themes.xmap
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themes.xmap?rev=375661&r1=375660&r2=375661&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themes.xmap
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themes.xmap
Tue Feb 7 10:57:37 2006
@@ -17,14 +17,6 @@
-->
<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
<map:components>
- <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"
- />
- </map:pipes>
<map:selectors>
<map:selector logger="sitemap.selector.exists" name="exists"
src="org.apache.forrest.sourceexists.SourceExistsSelector" />