You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gk...@apache.org on 2007/10/11 21:01:55 UTC

svn commit: r583918 - /cocoon/branches/cocoon-2.2/cocoon-pipeline-impl/cocoon-pipeline-impl-1.0.0-RC2/src/main/resources/META-INF/cocoon/spring/PipelineComponentScope.xml

Author: gkossakowski
Date: Thu Oct 11 12:01:54 2007
New Revision: 583918

URL: http://svn.apache.org/viewvc?rev=583918&view=rev
Log:
Disabled PipelineComponentProxyDecorator because it is not used at this time anyway.

Modified:
    cocoon/branches/cocoon-2.2/cocoon-pipeline-impl/cocoon-pipeline-impl-1.0.0-RC2/src/main/resources/META-INF/cocoon/spring/PipelineComponentScope.xml

Modified: cocoon/branches/cocoon-2.2/cocoon-pipeline-impl/cocoon-pipeline-impl-1.0.0-RC2/src/main/resources/META-INF/cocoon/spring/PipelineComponentScope.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2/cocoon-pipeline-impl/cocoon-pipeline-impl-1.0.0-RC2/src/main/resources/META-INF/cocoon/spring/PipelineComponentScope.xml?rev=583918&r1=583917&r2=583918&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2/cocoon-pipeline-impl/cocoon-pipeline-impl-1.0.0-RC2/src/main/resources/META-INF/cocoon/spring/PipelineComponentScope.xml (original)
+++ cocoon/branches/cocoon-2.2/cocoon-pipeline-impl/cocoon-pipeline-impl-1.0.0-RC2/src/main/resources/META-INF/cocoon/spring/PipelineComponentScope.xml Thu Oct 11 12:01:54 2007
@@ -40,9 +40,10 @@
     <aop:scoped-proxy proxy-target-class="false"/>
   </bean>
   
-  <bean id="org.apache.cocoon.components.pipeline.spring.PipelineComponentProxyDecorator"
+  <!-- Disabled PipelineComponentProxyDecorator because it is not used at this time anyway -->
+  <!-- <bean id="org.apache.cocoon.components.pipeline.spring.PipelineComponentProxyDecorator"
         class="org.apache.cocoon.components.pipeline.spring.PipelineComponentProxyDecorator">
     <property name="holder" ref="org.apache.cocoon.components.pipeline.spring.PipelineComponentScopeHolder"/>
-  </bean>
+  </bean> -->
   
 </beans>