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

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/taglib 
                        PortletTag.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.2       +2 -2      jboss-portal/portlet/src/main/org/jboss/portal/portlet/impl/jsr168/taglib/PortletTag.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PortletTag.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/portlet/src/main/org/jboss/portal/portlet/impl/jsr168/taglib/PortletTag.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- PortletTag.java	4 May 2006 01:27:16 -0000	1.1
  +++ PortletTag.java	11 Jul 2006 23:09:19 -0000	1.2
  @@ -29,7 +29,7 @@
   import javax.portlet.PortletConfig;
   
   import org.jboss.portal.portlet.invocation.PortletInvocation;
  -import org.jboss.portal.portlet.aspects.component.ContextDispatcherInterceptor;
  +import org.jboss.portal.portlet.aspects.portlet.ContextDispatcherInterceptor;
   
   /**
    * Superclass of the portlet tags for the JSR 168
  @@ -38,7 +38,7 @@
    * Provides hooks into the portlet environment  
    *
    * @author <a href="mailto:sgwood at ix.netcom.com">Sherman Wood</a>
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    * 
    */
   public class PortletTag extends TagSupport
  
  
  



More information about the jboss-cvs-commits mailing list