[jboss-cvs] jboss-portal/forums/src/main/org/jboss/portlet/forums ...

Julien Viet julien at jboss.com
Sun Aug 20 19:17:37 EDT 2006


  User: julien  
  Date: 06/08/20 19:17:37

  Modified:    forums/src/main/org/jboss/portlet/forums   ForumsModule.java
                        ForumsPortlet.java
  Log:
  move command framework for forums into the forums module
  
  Revision  Changes    Path
  1.17      +4 -4      jboss-portal/forums/src/main/org/jboss/portlet/forums/ForumsModule.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ForumsModule.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/forums/src/main/org/jboss/portlet/forums/ForumsModule.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- ForumsModule.java	3 Aug 2006 19:29:05 -0000	1.16
  +++ ForumsModule.java	20 Aug 2006 23:17:37 -0000	1.17
  @@ -13,10 +13,10 @@
   import org.jboss.portal.identity.User;
   import org.jboss.portal.core.modules.ModuleException;
   import org.jboss.portal.jems.hibernate.HibernateProvider;
  -import org.jboss.portal.common.command.result.Result;
  -import org.jboss.portal.common.command.CommandException;
  +import org.jboss.portlet.forums.command.result.Result;
  +import org.jboss.portlet.forums.command.CommandException;
   import org.jboss.portlet.forums.model.*;
  -import org.jboss.portlet.command.ActionCommand;
  +import org.jboss.portlet.forums.command.ActionCommand;
   
   import java.util.Date;
   import java.util.List;
  @@ -24,7 +24,7 @@
   /**
    * @author <a href="mailto:theute at jboss.org">Thomas Heute </a>
    * @author <a href="mailto:boleslaw.dawidowicz at jboss.com">Boleslaw Dawidowicz</a>
  - * @version $Revision: 1.16 $
  + * @version $Revision: 1.17 $
    */
   public interface ForumsModule
   {
  
  
  
  1.38      +4 -4      jboss-portal/forums/src/main/org/jboss/portlet/forums/ForumsPortlet.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ForumsPortlet.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/forums/src/main/org/jboss/portlet/forums/ForumsPortlet.java,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -b -r1.37 -r1.38
  --- ForumsPortlet.java	11 Jun 2006 22:36:30 -0000	1.37
  +++ ForumsPortlet.java	20 Aug 2006 23:17:37 -0000	1.38
  @@ -11,9 +11,9 @@
   package org.jboss.portlet.forums;
   
   
  -import org.jboss.portal.common.command.CommandException;
  -import org.jboss.portal.common.command.result.Result;
  -import org.jboss.portal.common.command.result.ResultType;
  +import org.jboss.portlet.forums.command.CommandException;
  +import org.jboss.portlet.forums.command.result.Result;
  +import org.jboss.portlet.forums.command.result.ResultType;
   import org.jboss.portal.common.context.DelegateContext;
   import org.jboss.portal.common.util.ProxyInfo;
   import org.jboss.portal.identity.PropertyMap;
  @@ -109,7 +109,7 @@
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
    * @author <a href="mailto:boleslaw.dawidowicz at jboss.com">Boleslaw Dawidowicz</a>
  - * @version $Revision: 1.37 $
  + * @version $Revision: 1.38 $
    */
   public class ForumsPortlet
      extends JBossPortlet
  
  
  



More information about the jboss-cvs-commits mailing list