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

Gavin King gavin.king at jboss.com
Wed Mar 7 11:38:48 EST 2007


  User: gavin   
  Date: 07/03/07 11:38:48

  Modified:    src/main/org/jboss/seam/deployment  Scanner.java
  Log:
  oops
  
  Revision  Changes    Path
  1.26      +2 -2      jboss-seam/src/main/org/jboss/seam/deployment/Scanner.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Scanner.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/deployment/Scanner.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -b -r1.25 -r1.26
  --- Scanner.java	7 Mar 2007 05:20:40 -0000	1.25
  +++ Scanner.java	7 Mar 2007 16:38:48 -0000	1.26
  @@ -1,4 +1,4 @@
  -//$Id: Scanner.java,v 1.25 2007/03/07 05:20:40 gavin Exp $
  +//$Id: Scanner.java,v 1.26 2007/03/07 16:38:48 gavin Exp $
   package org.jboss.seam.deployment;
   
   import java.io.DataInputStream;
  @@ -128,7 +128,7 @@
   
      private void handleArchive(File file) throws ZipException, IOException
      {
  -      log.info("archive: " + file);
  +      log.debug("archive: " + file);
         ZipFile zip = new ZipFile(file);
         Enumeration<? extends ZipEntry> entries = zip.entries();
         while ( entries.hasMoreElements() )
  
  
  



More information about the jboss-cvs-commits mailing list