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

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


  User: julien  
  Date: 06/07/30 20:39:28

  Modified:    core/src/main/org/jboss/portal/core/command 
                        MarkupCommand.java
  Log:
  package move of Properties and TransportGuarantee to org.jboss.portal.portlet
  
  Revision  Changes    Path
  1.36      +2 -2      jboss-portal/core/src/main/org/jboss/portal/core/command/MarkupCommand.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MarkupCommand.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/core/src/main/org/jboss/portal/core/command/MarkupCommand.java,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -b -r1.35 -r1.36
  --- MarkupCommand.java	19 Jul 2006 17:17:41 -0000	1.35
  +++ MarkupCommand.java	31 Jul 2006 00:39:28 -0000	1.36
  @@ -32,6 +32,7 @@
   import org.jboss.portal.identity.User;
   import org.jboss.portal.portlet.Mode;
   import org.jboss.portal.portlet.WindowState;
  +import org.jboss.portal.portlet.Properties;
   import org.jboss.portal.portlet.info.ModeInfo;
   import org.jboss.portal.portlet.info.WindowStateInfo;
   import org.jboss.portal.portlet.result.ErrorResult;
  @@ -47,7 +48,6 @@
   import org.jboss.portal.server.config.ServerConfig;
   import org.jboss.portal.server.navigation.NavigationalStateContext;
   import org.jboss.portal.server.request.URLContext;
  -import org.jboss.portal.server.util.Properties;
   import org.jboss.portal.theme.LayoutService;
   import org.jboss.portal.theme.PortalLayout;
   import org.jboss.portal.theme.PortalTheme;
  @@ -80,7 +80,7 @@
    * RenderPageCommand and the RenderRegionCommand.</p>
    *
    * @author <a href="mailto:mholzner at novell.com">Martin Holzner</a>
  - * @version $Revision: 1.35 $
  + * @version $Revision: 1.36 $
    */
   public abstract class MarkupCommand extends PortalObjectCommand
   {
  
  
  



More information about the jboss-cvs-commits mailing list