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

Gavin King gavin.king at jboss.com
Wed Mar 7 12:25:58 EST 2007


  User: gavin   
  Date: 07/03/07 12:25:58

  Modified:    src/debug/org/jboss/seam/debug/hot  HotDeployFilter.java
  Log:
  package debug components in debug package
  
  Revision  Changes    Path
  1.2       +1 -1      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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- HotDeployFilter.java	7 Mar 2007 15:24:27 -0000	1.1
  +++ HotDeployFilter.java	7 Mar 2007 17:25:58 -0000	1.2
  @@ -27,7 +27,7 @@
   
   @Name("org.jboss.seam.debug.hotDeployFilter")
   @Startup
  - at Install(precedence = BUILT_IN)
  + at Install(debug=true, precedence=BUILT_IN)
   @Intercept(NEVER)
   @Scope(APPLICATION)
   public class HotDeployFilter extends AbstractFilter
  
  
  



More information about the jboss-cvs-commits mailing list