[jboss-cvs] jboss-portal/portlet/src/resources/test-sar/META-INF ...

Julien Viet julien at jboss.com
Tue Jul 11 19:09:20 EDT 2006


  User: julien  
  Date: 06/07/11 19:09:20

  Modified:    portlet/src/resources/test-sar/META-INF  jboss-service.xml
  Log:
  - removed old portlet.war and portlet.sar that is unused
  - in portlet module move interceptors from component to portlet package
  
  Revision  Changes    Path
  1.34      +5 -5      jboss-portal/portlet/src/resources/test-sar/META-INF/jboss-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/portlet/src/resources/test-sar/META-INF/jboss-service.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -b -r1.33 -r1.34
  --- jboss-service.xml	4 Jul 2006 10:07:51 -0000	1.33
  +++ jboss-service.xml	11 Jul 2006 23:09:20 -0000	1.34
  @@ -73,21 +73,21 @@
   
      <!-- Container stack-->
      <mbean
  -      code="org.jboss.portal.portlet.aspects.component.ValveInterceptor"
  +      code="org.jboss.portal.portlet.aspects.portlet.ValveInterceptor"
         name="portal:service=Interceptor,type=Portlet,name=Valve"
         xmbean-dd=""
         xmbean-code="org.jboss.portal.common.system.JBossServiceModelMBean">
         <xmbean/>
      </mbean>
      <mbean
  -      code="org.jboss.portal.portlet.aspects.component.SecureTransportInterceptor"
  +      code="org.jboss.portal.portlet.aspects.portlet.SecureTransportInterceptor"
         name="portal:service=Interceptor,type=Portlet,name=SecureTransport"
         xmbean-dd=""
         xmbean-code="org.jboss.portal.common.system.JBossServiceModelMBean">
         <xmbean/>
      </mbean>
      <mbean
  -      code="org.jboss.portal.portlet.aspects.component.ContextDispatcherInterceptor"
  +      code="org.jboss.portal.portlet.aspects.portlet.ContextDispatcherInterceptor"
         name="portal:service=Interceptor,type=Portlet,name=ContextDispatcher"
         xmbean-dd=""
         xmbean-code="org.jboss.portal.common.system.JBossServiceModelMBean">
  @@ -101,14 +101,14 @@
         <xmbean/>
      </mbean>
      <mbean
  -      code="org.jboss.portal.portlet.aspects.component.WindowStatesInterceptor"
  +      code="org.jboss.portal.portlet.aspects.portlet.WindowStatesInterceptor"
         name="portal:service=Interceptor,type=Portlet,name=WindowStates"
         xmbean-dd=""
         xmbean-code="org.jboss.portal.common.system.JBossServiceModelMBean">
         <xmbean/>
      </mbean>
      <mbean
  -      code="org.jboss.portal.portlet.aspects.component.ModesInterceptor"
  +      code="org.jboss.portal.portlet.aspects.portlet.ModesInterceptor"
         name="portal:service=Interceptor,type=Portlet,name=Modes"
         xmbean-dd=""
         xmbean-code="org.jboss.portal.common.system.JBossServiceModelMBean">
  
  
  



More information about the jboss-cvs-commits mailing list