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

Gavin King gavin.king at jboss.com
Tue Jul 17 09:08:58 EDT 2007


  User: gavin   
  Date: 07/07/17 09:08:58

  Modified:    src/debug/org/jboss/seam/debug/hot  HotDeployFilter.java
  Log:
  redesign Ajax4JsfFilter integration
  Filters no longer need @Startup
  
  Revision  Changes    Path
  1.12      +0 -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.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- HotDeployFilter.java	10 Jul 2007 16:49:11 -0000	1.11
  +++ HotDeployFilter.java	17 Jul 2007 13:08:57 -0000	1.12
  @@ -16,7 +16,6 @@
   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;
  @@ -28,7 +27,6 @@
   import org.jboss.seam.web.AbstractFilter;
   
   @Name("org.jboss.seam.debug.hotDeployFilter")
  - at Startup
   @Install(debug=true, precedence=BUILT_IN)
   @BypassInterceptors
   @Scope(APPLICATION)
  
  
  



More information about the jboss-cvs-commits mailing list