Skip to content

Commit

Permalink
Costins need reminded me to turn on the java version specific system …
Browse files Browse the repository at this point in the history
…library stuff; though I would still like a good test for this.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273245 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
steveloughran committed Aug 22, 2002
1 parent a60e4b4 commit 233ad51
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/main/org/apache/tools/ant/AntClassLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -319,13 +319,7 @@ public AntClassLoader(ClassLoader parent, Project project, Path classpath,
this.parent = parent;
}
this.parentFirst = parentFirst;
//TODO: turn on
//addJavaLibraries();
addSystemPackageRoot("java");
addSystemPackageRoot("javax");
addSystemPackageRoot("org.xml.sax");
addSystemPackageRoot("org.w3c.dom");
addSystemPackageRoot("sun.reflect");
addJavaLibraries();
}


Expand Down

0 comments on commit 233ad51

Please sign in to comment.