[jboss-cvs] jboss-portal/core/src/main/org/jboss/portal/test/core/state ...

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


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

  Modified:    core/src/main/org/jboss/portal/test/core/state 
                        StatefulPortletInvokerTestCase.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.2       +1 -1      jboss-portal/core/src/main/org/jboss/portal/test/core/state/StatefulPortletInvokerTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: StatefulPortletInvokerTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/core/src/main/org/jboss/portal/test/core/state/StatefulPortletInvokerTestCase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- StatefulPortletInvokerTestCase.java	30 Jul 2006 12:36:22 -0000	1.1
  +++ StatefulPortletInvokerTestCase.java	31 Jul 2006 19:29:51 -0000	1.2
  @@ -40,7 +40,7 @@
   import org.jboss.portal.core.impl.portlet.state.StatefulPortletInvoker;
   import org.jboss.portal.portlet.NoSuchPortletException;
   import org.jboss.portal.portlet.Portlet;
  -import org.jboss.portal.portlet.Mode;
  +import org.jboss.portal.Mode;
   import org.jboss.portal.portlet.invocation.PortletInvocation;
   import org.jboss.portal.portlet.invocation.ActionInvocation;
   import org.jboss.portal.portlet.state.producer.State;
  @@ -58,7 +58,7 @@
   
   /**
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    */
   public class StatefulPortletInvokerTestCase extends TestCase
   {
  
  
  



More information about the jboss-cvs-commits mailing list