donaldp     01/12/29 19:30:34

  Modified:    proposal/myrmidon/src/main/org/apache/tools/ant Project.java
  Log:
  Removed some unused logging code.
  
  Revision  Changes    Path
  1.19      +0 -11     
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/Project.java
  
  Index: Project.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/Project.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- Project.java      30 Dec 2001 01:26:55 -0000      1.18
  +++ Project.java      30 Dec 2001 03:30:34 -0000      1.19
  @@ -30,7 +30,6 @@
    * @author [EMAIL PROTECTED]
    */
   public class Project
  -    extends AbstractLogEnabled
   {
       public final static int MSG_ERR = 0;
       public final static int MSG_WARN = 1;
  @@ -38,11 +37,6 @@
       public final static int MSG_VERBOSE = 3;
       public final static int MSG_DEBUG = 4;
   
  -    // private set of constants to represent the state
  -    // of a DFS of the Target dependencies
  -    private final static String VISITING = "VISITING";
  -    private final static String VISITED = "VISITED";
  -
       private Hashtable properties = new Hashtable();
       private FilterSet globalFilterSet = new FilterSet();
   
  @@ -51,11 +45,6 @@
        */
       private Hashtable threadTasks = new Hashtable();
       private File baseDir;
  -
  -    public Logger hackGetLogger()
  -    {
  -        return super.getLogger();
  -    }
   
       /**
        * get the base directory of the project as a file object
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to