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

Julien Viet julien at jboss.com
Sun Jul 30 20:20:50 EDT 2006


  User: julien  
  Date: 06/07/30 20:20:50

  Modified:    core/src/main/org/jboss/portal/core/command/portlet 
                        CoreActionContext.java
  Log:
  move the Parameters class to org.jboss.portal.portlet package
  
  Revision  Changes    Path
  1.13      +2 -2      jboss-portal/core/src/main/org/jboss/portal/core/command/portlet/CoreActionContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CoreActionContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/core/src/main/org/jboss/portal/core/command/portlet/CoreActionContext.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- CoreActionContext.java	9 Jul 2006 12:04:14 -0000	1.12
  +++ CoreActionContext.java	31 Jul 2006 00:20:50 -0000	1.13
  @@ -29,7 +29,7 @@
   import org.jboss.portal.portlet.invocation.PortletInvocation;
   import org.jboss.portal.portlet.invocation.ActionInvocation;
   import org.jboss.portal.server.ServerInvocation;
  -import org.jboss.portal.server.util.Parameters;
  +import org.jboss.portal.portlet.Parameters;
   import org.jboss.portal.portlet.WindowState;
   import org.jboss.portal.portlet.Mode;
   
  @@ -40,7 +40,7 @@
   
   /**
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Revision: 1.12 $
  + * @version $Revision: 1.13 $
    */
   public class CoreActionContext extends CoreInvocationContext implements ActionContext
   {
  
  
  



More information about the jboss-cvs-commits mailing list