Browse Source

further cleanup

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274494 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 22 years ago
parent
commit
2bdde12682
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      proposal/sandbox/antlib/src/main/org/apache/tools/ant/Project.java

+ 2
- 1
proposal/sandbox/antlib/src/main/org/apache/tools/ant/Project.java View File

@@ -434,6 +434,7 @@ public class Project {
// Top project, need to load the core definitions
loadDefinitions();
}
/*
String defs = "/org/apache/tools/ant/taskdefs/defaults.properties";

try {
@@ -468,7 +469,7 @@ public class Project {
} catch (IOException ioe) {
throw new BuildException("Can't load default datatype list");
}
*/
}




Loading…
Cancel
Save