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

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


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

  Modified:    portlet/src/main/org/jboss/portal/portlet/impl/jsr168 
                        PortletRequestDispatcherImpl.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.5       +2 -2      jboss-portal/portlet/src/main/org/jboss/portal/portlet/impl/jsr168/PortletRequestDispatcherImpl.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PortletRequestDispatcherImpl.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/portlet/src/main/org/jboss/portal/portlet/impl/jsr168/PortletRequestDispatcherImpl.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- PortletRequestDispatcherImpl.java	20 Jun 2006 04:46:20 -0000	1.4
  +++ PortletRequestDispatcherImpl.java	11 Jul 2006 23:09:18 -0000	1.5
  @@ -35,14 +35,14 @@
   import javax.servlet.http.HttpServletRequestWrapper;
   
   import org.jboss.portal.server.servlet.FilterCommand;
  -import org.jboss.portal.portlet.aspects.component.ContextDispatcherInterceptor;
  +import org.jboss.portal.portlet.aspects.portlet.ContextDispatcherInterceptor;
   import org.jboss.portal.portlet.impl.jsr168.DispatchedHttpServletRequest;
   import org.jboss.portal.portlet.impl.jsr168.DispatchedHttpServletResponse;
   import org.jboss.portal.portlet.invocation.PortletInvocation;
   
   /**
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    */
   public class PortletRequestDispatcherImpl
      implements PortletRequestDispatcher,
  
  
  



More information about the jboss-cvs-commits mailing list