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

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


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

  Modified:    core/src/main/org/jboss/portal/core/cms 
                        CMSObjectCommandFactory.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.12      +1 -1      jboss-portal/core/src/main/org/jboss/portal/core/cms/CMSObjectCommandFactory.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CMSObjectCommandFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/core/src/main/org/jboss/portal/core/cms/CMSObjectCommandFactory.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- CMSObjectCommandFactory.java	20 Jul 2006 23:48:38 -0000	1.11
  +++ CMSObjectCommandFactory.java	31 Jul 2006 19:29:46 -0000	1.12
  @@ -30,7 +30,7 @@
   import org.jboss.portal.core.command.ControllerCommand;
   import org.jboss.portal.core.command.InvokeWindowRenderCommand;
   import org.jboss.portal.core.command.mapper.AbstractCommandFactory;
  -import org.jboss.portal.portlet.Mode;
  +import org.jboss.portal.Mode;
   import org.jboss.portal.portlet.ParametersStateString;
   import org.jboss.portal.server.ServerInvocation;
   
  
  
  



More information about the jboss-cvs-commits mailing list