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

Gavin King gavin.king at jboss.com
Tue Jun 19 16:11:05 EDT 2007


  User: gavin   
  Date: 07/06/19 16:11:05

  Modified:    src/debug/org/jboss/seam/debug/hot  HotDeployFilter.java
  Log:
  repackaging
  
  Revision  Changes    Path
  1.7       +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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- HotDeployFilter.java	10 Jun 2007 19:25:58 -0000	1.6
  +++ HotDeployFilter.java	19 Jun 2007 20:11:05 -0000	1.7
  @@ -20,12 +20,12 @@
   import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Scope;
   import org.jboss.seam.annotations.Startup;
  -import org.jboss.seam.core.Exceptions;
   import org.jboss.seam.core.Init;
  -import org.jboss.seam.core.Pages;
  +import org.jboss.seam.exceptions.Exceptions;
   import org.jboss.seam.init.Initialization;
   import org.jboss.seam.log.LogProvider;
   import org.jboss.seam.log.Logging;
  +import org.jboss.seam.navigation.Pages;
   import org.jboss.seam.web.AbstractFilter;
   
   @Name("org.jboss.seam.debug.hotDeployFilter")
  
  
  



More information about the jboss-cvs-commits mailing list