Browse Source

Let <move> compile.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276810 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 21 years ago
parent
commit
5dc7ab6629
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/Copy.java

+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/Copy.java View File

@@ -66,7 +66,7 @@ public class Copy extends Task {
protected boolean flatten = false;
protected int verbosity = Project.MSG_VERBOSE;
protected boolean includeEmpty = true;
private boolean failonerror = true;
protected boolean failonerror = true;

protected Hashtable fileCopyMap = new Hashtable();
protected Hashtable dirCopyMap = new Hashtable();
@@ -660,4 +660,3 @@ public class Copy extends Task {
}
}
}


Loading…
Cancel
Save