[jboss-cvs] jboss-seam/src/main/org/jboss/seam/core ...

Gavin King gavin.king at jboss.com
Wed Mar 7 00:43:56 EST 2007


  User: gavin   
  Date: 07/03/07 00:43:56

  Modified:    src/main/org/jboss/seam/core  Init.java
  Log:
  fix case where no hotdeploy
  
  Revision  Changes    Path
  1.42      +6 -1      jboss-seam/src/main/org/jboss/seam/core/Init.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Init.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Init.java,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -b -r1.41 -r1.42
  --- Init.java	7 Mar 2007 05:20:40 -0000	1.41
  +++ Init.java	7 Mar 2007 05:43:56 -0000	1.42
  @@ -1,4 +1,4 @@
  -//$Id: Init.java,v 1.41 2007/03/07 05:20:40 gavin Exp $
  +//$Id: Init.java,v 1.42 2007/03/07 05:43:56 gavin Exp $
   package org.jboss.seam.core;
   
   
  @@ -421,6 +421,11 @@
         return validators;
      }
   
  +   public boolean hasHotDeployableComponents()
  +   {
  +      return !hotDeployableComponents.isEmpty();
  +   }
  +
      public File[] getHotDeployPaths()
      {
         return hotDeployPaths;
  
  
  



More information about the jboss-cvs-commits mailing list