[jboss-cvs] jboss-portal/theme/src/main/org/jboss/portal/theme/navigation ...

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


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

  Modified:    theme/src/main/org/jboss/portal/theme/navigation 
                        WindowNavigationalState.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.4       +3 -3      jboss-portal/theme/src/main/org/jboss/portal/theme/navigation/WindowNavigationalState.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: WindowNavigationalState.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/theme/src/main/org/jboss/portal/theme/navigation/WindowNavigationalState.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- WindowNavigationalState.java	9 Jul 2006 12:04:18 -0000	1.3
  +++ WindowNavigationalState.java	31 Jul 2006 19:29:58 -0000	1.4
  @@ -21,14 +21,14 @@
   */
   package org.jboss.portal.theme.navigation;
   
  -import org.jboss.portal.portlet.WindowState;
  -import org.jboss.portal.portlet.Mode;
  +import org.jboss.portal.WindowState;
  +import org.jboss.portal.Mode;
   
   import java.io.Serializable;
   
   /**
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class WindowNavigationalState implements Serializable
   {
  
  
  



More information about the jboss-cvs-commits mailing list