[jboss-cvs] jboss-portal/portlet/src/main/org/jboss/portal/portlet/container ...

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


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

  Modified:    portlet/src/main/org/jboss/portal/portlet/container 
                        PortletContainer.java
  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.20      +2 -2      jboss-portal/portlet/src/main/org/jboss/portal/portlet/container/PortletContainer.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PortletContainer.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/portlet/src/main/org/jboss/portal/portlet/container/PortletContainer.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- PortletContainer.java	26 Jun 2006 14:05:39 -0000	1.19
  +++ PortletContainer.java	11 Jul 2006 23:09:18 -0000	1.20
  @@ -48,7 +48,7 @@
   import org.jboss.portal.portlet.result.SecurityErrorResult;
   import org.jboss.portal.portlet.result.UnavailableResult;
   import org.jboss.portal.portlet.PortletInvokerException;
  -import org.jboss.portal.portlet.aspects.component.ContextDispatcherInterceptor;
  +import org.jboss.portal.portlet.aspects.portlet.ContextDispatcherInterceptor;
   
   import javax.portlet.Portlet;
   import javax.portlet.PortletConfig;
  @@ -65,7 +65,7 @@
   
   /**
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Revision: 1.19 $
  + * @version $Revision: 1.20 $
    */
   public class PortletContainer implements org.jboss.portal.portlet.Portlet
   {
  
  
  



More information about the jboss-cvs-commits mailing list