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

Julien Viet julien at jboss.com
Mon Jul 31 15:29:54 EDT 2006


  User: julien  
  Date: 06/07/31 15:29:54

  Modified:    portlet/src/main/org/jboss/portal/portlet/spi 
                        InvocationContext.java
  Log:
  - moved the portal api in the api module in order to have a standalone jar
  - JBPORTAL-631 : Try to move org.jboss.portlet package to the api module
  - IPC support in 2.4 (only for local portlets)
  
  Revision  Changes    Path
  1.14      +3 -3      jboss-portal/portlet/src/main/org/jboss/portal/portlet/spi/InvocationContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: InvocationContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/portlet/src/main/org/jboss/portal/portlet/spi/InvocationContext.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- InvocationContext.java	30 Jul 2006 16:17:10 -0000	1.13
  +++ InvocationContext.java	31 Jul 2006 19:29:54 -0000	1.14
  @@ -24,12 +24,12 @@
   import org.jboss.portal.portlet.StateString;
   import org.jboss.portal.portlet.PortletURL;
   import org.jboss.portal.server.util.HTTPStreamInfo;
  -import org.jboss.portal.portlet.WindowState;
  -import org.jboss.portal.portlet.Mode;
  +import org.jboss.portal.WindowState;
  +import org.jboss.portal.Mode;
   
   /**
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Revision: 1.13 $
  + * @version $Revision: 1.14 $
    */
   public interface InvocationContext
   {
  
  
  



More information about the jboss-cvs-commits mailing list