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/07 15:35:03 UTC

svn commit: r582628 - /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/resources/META-INF/cocoon/spring/PipelineComponentScope.xml

Author: gkossakowski
Date: Sun Oct  7 06:35:02 2007
New Revision: 582628

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

Modified:
    cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/resources/META-INF/cocoon/spring/PipelineComponentScope.xml

Modified: cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/resources/META-INF/cocoon/spring/PipelineComponentScope.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/resources/META-INF/cocoon/spring/PipelineComponentScope.xml?rev=582628&r1=582627&r2=582628&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/resources/META-INF/cocoon/spring/PipelineComponentScope.xml (original)
+++ cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/resources/META-INF/cocoon/spring/PipelineComponentScope.xml Sun Oct  7 06:35:02 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>