Browse Source

Removed some unused logging code.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270448 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
447ca47ff4
2 changed files with 0 additions and 22 deletions
  1. +0
    -11
      proposal/myrmidon/src/main/org/apache/tools/ant/Project.java
  2. +0
    -11
      proposal/myrmidon/src/todo/org/apache/tools/ant/Project.java

+ 0
- 11
proposal/myrmidon/src/main/org/apache/tools/ant/Project.java View File

@@ -30,7 +30,6 @@ import org.apache.tools.ant.types.FilterSetCollection;
* @author duncan@x180.com
*/
public class Project
extends AbstractLogEnabled
{
public final static int MSG_ERR = 0;
public final static int MSG_WARN = 1;
@@ -38,11 +37,6 @@ public class Project
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();

@@ -52,11 +46,6 @@ public class Project
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
*


+ 0
- 11
proposal/myrmidon/src/todo/org/apache/tools/ant/Project.java View File

@@ -30,7 +30,6 @@ import org.apache.tools.ant.types.FilterSetCollection;
* @author duncan@x180.com
*/
public class Project
extends AbstractLogEnabled
{
public final static int MSG_ERR = 0;
public final static int MSG_WARN = 1;
@@ -38,11 +37,6 @@ public class Project
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();

@@ -52,11 +46,6 @@ public class Project
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
*


Loading…
Cancel
Save