Skip to content

Commit

Permalink
[JENKINS-21579] Copied as-is from Ant 1.8.3 to apply patches
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Mar 25, 2014
1 parent 485cc15 commit 69773dc
Show file tree
Hide file tree
Showing 2 changed files with 1,572 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/ClassicPluginStrategy.java
Expand Up @@ -27,6 +27,7 @@
import hudson.Plugin.DummyImpl;
import hudson.PluginWrapper.Dependency;
import hudson.model.Hudson;
import jenkins.util.AntClassLoader;
import hudson.util.CyclicGraphDetector;
import hudson.util.CyclicGraphDetector.CycleDetectedException;
import hudson.util.IOUtils;
Expand All @@ -35,7 +36,6 @@
import jenkins.ClassLoaderReflectionToolkit;
import jenkins.ExtensionFilter;
import org.apache.commons.io.output.NullOutputStream;
import org.apache.tools.ant.AntClassLoader;
import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.Project;
import org.apache.tools.ant.taskdefs.Expand;
Expand Down

0 comments on commit 69773dc

Please sign in to comment.