Update of /cvsroot/xdoclet/xdoclet2/core/src/java/xdoclet/util
In directory sc8-pr-cvs1:/tmp/cvs-serv11958/core/src/java/xdoclet/util

Modified Files:
        ClasspathManager.java 
Log Message:
Removed reference to old Category class.

Index: ClasspathManager.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/core/src/java/xdoclet/util/ClasspathManager.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ClasspathManager.java       22 Nov 2002 14:22:30 -0000      1.2
--- ClasspathManager.java       22 Nov 2002 14:23:48 -0000      1.3
***************
*** 14,18 ****
  import org.apache.commons.collections.CollectionUtils;
  import org.apache.commons.collections.Predicate;
! import org.apache.log4j.Category;
  
  /**
--- 14,18 ----
  import org.apache.commons.collections.CollectionUtils;
  import org.apache.commons.collections.Predicate;
! import org.apache.log4j.Logger;
  
  /**
***************
*** 24,27 ****
--- 24,29 ----
  public class ClasspathManager
  {
+     static final Logger log = Logger.getLogger(ClasspathManager.class);
+ 
      private final String _classpath;
      private final Predicate _zipsOnly = new ZipPredicate();
***************
*** 95,100 ****
              }
              else {
!                 Category.getInstance(getClass())
!                         .warn("The file " + file.getAbsolutePath()
                          + " was on the classpath, but doesn't exist.");
              }
--- 97,101 ----
              }
              else {
!                 log.warn("The file " + file.getAbsolutePath()
                          + " was on the classpath, but doesn't exist.");
              }



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to