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

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/impl/strategy 
                        MaximizingStrategyImpl.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.9       +2 -2      jboss-portal/theme/src/main/org/jboss/portal/theme/impl/strategy/MaximizingStrategyImpl.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MaximizingStrategyImpl.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/theme/src/main/org/jboss/portal/theme/impl/strategy/MaximizingStrategyImpl.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- MaximizingStrategyImpl.java	9 Jul 2006 12:04:18 -0000	1.8
  +++ MaximizingStrategyImpl.java	31 Jul 2006 19:29:58 -0000	1.9
  @@ -22,7 +22,7 @@
   package org.jboss.portal.theme.impl.strategy;
   
   import org.apache.log4j.Logger;
  -import org.jboss.portal.portlet.WindowState;
  +import org.jboss.portal.WindowState;
   import org.jboss.portal.theme.page.WindowContext;
   import org.jboss.portal.theme.strategy.LayoutStrategy;
   import org.jboss.portal.theme.strategy.NavigationalStateChangedEvent;
  @@ -37,7 +37,7 @@
   
   /**
    * @author <a href="mailto:mholzner at novell.com">Martin Holzner</a>
  - * @version $Revision: 1.8 $
  + * @version $Revision: 1.9 $
    */
   public class MaximizingStrategyImpl extends LayoutStrategy
   {
  
  
  



More information about the jboss-cvs-commits mailing list