[jboss-cvs] jboss-seam/src/debug/org/jboss/seam/debug/hot ...

Gavin King gavin.king at jboss.com
Mon Jun 25 18:58:16 EDT 2007


  User: gavin   
  Date: 07/06/25 18:58:16

  Modified:    src/debug/org/jboss/seam/debug/hot  HotDeployFilter.java
  Log:
  package rename
  
  Revision  Changes    Path
  1.9       +2 -2      jboss-seam/src/debug/org/jboss/seam/debug/hot/HotDeployFilter.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HotDeployFilter.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/debug/org/jboss/seam/debug/hot/HotDeployFilter.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- HotDeployFilter.java	20 Jun 2007 17:47:18 -0000	1.8
  +++ HotDeployFilter.java	25 Jun 2007 22:58:16 -0000	1.9
  @@ -13,14 +13,14 @@
   import javax.servlet.http.HttpServletRequest;
   
   import org.jboss.seam.Seam;
  -import org.jboss.seam.annotations.Filter;
   import org.jboss.seam.annotations.Install;
   import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Scope;
   import org.jboss.seam.annotations.Startup;
   import org.jboss.seam.annotations.intercept.BypassInterceptors;
  +import org.jboss.seam.annotations.web.Filter;
   import org.jboss.seam.core.Init;
  -import org.jboss.seam.exceptions.Exceptions;
  +import org.jboss.seam.exception.Exceptions;
   import org.jboss.seam.init.Initialization;
   import org.jboss.seam.log.LogProvider;
   import org.jboss.seam.log.Logging;
  
  
  



More information about the jboss-cvs-commits mailing list