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

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


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

  Modified:    forums/src/main/org/jboss/portlet/forums/commands/moderation    
                        DeleteTopicCommand.java LockTopicCommand.java
                        MoveTopicCommand.java SplitTopicCommand.java
  Log:
  move command framework for forums into the forums module
  
  Revision  Changes    Path
  1.4       +3 -3      jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/moderation/DeleteTopicCommand.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DeleteTopicCommand.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/moderation/DeleteTopicCommand.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- DeleteTopicCommand.java	8 Oct 2005 22:12:52 -0000	1.3
  +++ DeleteTopicCommand.java	20 Aug 2006 23:17:38 -0000	1.4
  @@ -15,8 +15,8 @@
   import org.jboss.portlet.forums.ForumsModule;
   import org.jboss.portlet.JBossActionRequest;
   import org.jboss.portlet.JBossActionResponse;
  -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.portal.core.modules.ModuleException;
   
   import java.util.Iterator;
  @@ -26,7 +26,7 @@
   /**
    * @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.3 $
  + * @version $Revision: 1.4 $
    */
   public class DeleteTopicCommand extends AbstractCommand
   {
  
  
  
  1.4       +3 -3      jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/moderation/LockTopicCommand.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LockTopicCommand.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/moderation/LockTopicCommand.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- LockTopicCommand.java	8 Oct 2005 22:12:52 -0000	1.3
  +++ LockTopicCommand.java	20 Aug 2006 23:17:38 -0000	1.4
  @@ -16,8 +16,8 @@
   import org.jboss.portlet.forums.ForumsModule;
   import org.jboss.portlet.JBossActionRequest;
   import org.jboss.portlet.JBossActionResponse;
  -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.portal.core.modules.ModuleException;
   
   import java.util.Iterator;
  @@ -27,7 +27,7 @@
   /**
    * @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.3 $
  + * @version $Revision: 1.4 $
    */
   public class LockTopicCommand extends AbstractCommand
   {
  
  
  
  1.4       +3 -3      jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/moderation/MoveTopicCommand.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MoveTopicCommand.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/moderation/MoveTopicCommand.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- MoveTopicCommand.java	8 Oct 2005 22:12:52 -0000	1.3
  +++ MoveTopicCommand.java	20 Aug 2006 23:17:38 -0000	1.4
  @@ -16,8 +16,8 @@
   import org.jboss.portlet.forums.ForumsModule;
   import org.jboss.portlet.JBossActionRequest;
   import org.jboss.portlet.JBossActionResponse;
  -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.portal.core.modules.ModuleException;
   
   import java.util.Iterator;
  @@ -27,7 +27,7 @@
   /**
    * @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.3 $
  + * @version $Revision: 1.4 $
    */
   public class MoveTopicCommand extends AbstractCommand//   extends AbstractCommand
   {
  
  
  
  1.5       +3 -3      jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/moderation/SplitTopicCommand.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SplitTopicCommand.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/moderation/SplitTopicCommand.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- SplitTopicCommand.java	8 Oct 2005 22:12:52 -0000	1.4
  +++ SplitTopicCommand.java	20 Aug 2006 23:17:38 -0000	1.5
  @@ -18,8 +18,8 @@
   import org.jboss.portlet.forums.impl.TopicImpl;
   import org.jboss.portlet.JBossActionRequest;
   import org.jboss.portlet.JBossActionResponse;
  -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.portal.core.modules.ModuleException;
   
   import java.util.Iterator;
  @@ -29,7 +29,7 @@
   /**
    * @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.4 $
  + * @version $Revision: 1.5 $
    */
   public class SplitTopicCommand extends AbstractCommand
   {
  
  
  



More information about the jboss-cvs-commits mailing list