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

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/page 
                        WindowResult.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/theme/src/main/org/jboss/portal/theme/page/WindowResult.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: WindowResult.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/theme/src/main/org/jboss/portal/theme/page/WindowResult.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- WindowResult.java	31 Jul 2006 00:39:32 -0000	1.13
  +++ WindowResult.java	31 Jul 2006 19:29:58 -0000	1.14
  @@ -21,8 +21,8 @@
   */
   package org.jboss.portal.theme.page;
   
  -import org.jboss.portal.portlet.Mode;
  -import org.jboss.portal.portlet.WindowState;
  +import org.jboss.portal.Mode;
  +import org.jboss.portal.WindowState;
   import org.jboss.portal.portlet.Properties;
   import org.jboss.portal.theme.render.MarkupResult;
   
  @@ -39,7 +39,7 @@
    * </li>
    *
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Revision: 1.13 $
  + * @version $Revision: 1.14 $
    */
   public class WindowResult extends MarkupResult
   {
  
  
  



More information about the jboss-cvs-commits mailing list