Author: thorsten
Date: Wed Oct 15 06:15:47 2008
New Revision: 704901
URL: http://svn.apache.org/viewvc?rev=704901&view=rev
Log:
Commenting spring config, since we do not use it ATM
Modified:
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/src/main/resources/META-INF/cocoon/spring/dispatcher-context.xml
Modified:
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/src/main/resources/META-INF/cocoon/spring/dispatcher-context.xml
URL:
http://svn.apache.org/viewvc/forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/src/main/resources/META-INF/cocoon/spring/dispatcher-context.xml?rev=704901&r1=704900&r2=704901&view=diff
==============================================================================
---
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/src/main/resources/META-INF/cocoon/spring/dispatcher-context.xml
(original)
+++
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/src/main/resources/META-INF/cocoon/spring/dispatcher-context.xml
Wed Oct 15 06:15:47 2008
@@ -18,7 +18,7 @@
limitations under the License.
-->
<beans>
- <bean id="dispatcher" scope="prototype"
+ <!--<bean id="dispatcher" scope="prototype"
name="org.apache.cocoon.transformation.Transformer/dispatcher"
class="org.apache.forrest.dispatcher.transformation.DispatcherTransformer">
<property name="manager"
ref="org.apache.avalon.framework.service.ServiceManager"/>
@@ -27,5 +27,5 @@
name="org.apache.cocoon.transformation.Transformer/dispatcherEnhanced"
class="org.apache.forrest.dispatcher.transformation.DispatcherTransformer">
<property name="manager"
ref="org.apache.avalon.framework.service.ServiceManager"/>
- </bean>
+ </bean>-->
</beans>